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

@ -8,7 +8,7 @@ User=mx-puppet-discord
Group=mx-puppet-discord
ExecStart=/usr/bin/node /opt/mx-puppet-discord/src/build/index.js -c /opt/mx-puppet-discord/config.yaml -f /opt/mx-puppet-discord/registration.yaml
WorkingDirectory=/opt/mx-puppet-discord/src/
Restart=on-failure
Restart=always
RestartSec=10
[Install]