Restart the plausible service every day
This commit is contained in:
parent
a68f82ec19
commit
b367f8da55
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ ExecStartPre=/usr/bin/docker compose down
|
|||
ExecStart=/usr/bin/docker compose up
|
||||
ExecStop=/usr/bin/docker compose down
|
||||
|
||||
# NOTE: The Plausible service seems to go into a "502 Bad Gateway" state
|
||||
# sometimes. Let's restart it every day, just to catch whatever that is. This
|
||||
# will probably result in a few minutes of lost data, and that's okay!
|
||||
RuntimeMaxSec=1d
|
||||
|
||||
; Some security directives, adapted from Akkoma's service file, they seem like sensible defaults!
|
||||
; Use private /tmp and /var/tmp folders inside a new file system namespace, which are discarded after the process stops.
|
||||
PrivateTmp=true
|
||||
|
|
Loading…
Reference in a new issue