2020-04-04 18:21:40 +02:00
|
|
|
[Unit]
|
|
|
|
Description=mx-puppet-discord
|
|
|
|
After=network.target
|
2021-02-12 13:28:52 +01:00
|
|
|
Requires=postgresql.service
|
2020-04-04 18:21:40 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=mx-puppet-discord
|
|
|
|
Group=mx-puppet-discord
|
2020-11-07 09:08:10 +01:00
|
|
|
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/
|
2021-04-02 08:05:33 +02:00
|
|
|
Restart=always
|
2020-11-07 09:40:22 +01:00
|
|
|
RestartSec=10
|
2020-04-04 18:21:40 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|