bundles/mx-puppet-discord: specify path to registration file in systemd unit
This commit is contained in:
parent
081fafc64e
commit
1dfa5c457c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ After=network.target
|
||||||
[Service]
|
[Service]
|
||||||
User=mx-puppet-discord
|
User=mx-puppet-discord
|
||||||
Group=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/
|
WorkingDirectory=/opt/mx-puppet-discord/
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue