bundles/mx-puppet-discord: specify path to registration file in systemd unit

This commit is contained in:
Franzi 2020-04-04 18:28:15 +02:00
parent 081fafc64e
commit 1dfa5c457c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -5,7 +5,7 @@ After=network.target
[Service]
User=mx-puppet-discord
Group=mx-puppet-discord
ExecStart=/usr/bin/node /opt/mx-puppet-discord/build/index.js -c config.yaml
ExecStart=/usr/bin/node /opt/mx-puppet-discord/build/index.js -c config.yaml -f registration.yaml
WorkingDirectory=/opt/mx-puppet-discord/
Restart=on-failure