Lots of updated roles

This commit is contained in:
2020-05-12 17:07:38 -06:00
parent 5a9254097e
commit 6bb3e3f34f
35 changed files with 264 additions and 125 deletions

View File

@@ -0,0 +1,13 @@
[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