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