bundles: less Restart=on-failure, more Restart=always

This commit is contained in:
Franzi 2021-04-02 08:05:33 +02:00
parent 5b276368b8
commit 8a0c8f32ae
Signed by: kunsi
GPG key ID: 12E3D2136B818350
9 changed files with 9 additions and 9 deletions

View file

@ -11,7 +11,7 @@ Environment="PLEROMA_CONFIG_PATH=/opt/pleroma/pleroma.config.exs"
Environment="PLUG_TMPDIR=/tmp/pleroma"
ExecStart=/opt/pleroma/release/bin/pleroma start
ExecStop=/opt/pleroma/release/bin/pleroma stop
Restart=on-failure
Restart=always
PrivateTmp=true
ProtectHome=true