Files
ansible-shared/app/konga-0.14.7/templates/konga.service
2020-05-12 17:07:38 -06:00

14 lines
242 B
Desktop File

[Unit]
Description=Konga NodeJS Website
After=network.target
[Service]
Type=simple
User={{ superuser }}
WorkingDirectory=/var/www/konga
ExecStart=/usr/bin/node --harmony app.js --prod
Restart=on-failure
[Install]
WantedBy=multi-user.target