Lots of updated roles
This commit is contained in:
13
app/konga-0.14.7/templates/konga.service
Normal file
13
app/konga-0.14.7/templates/konga.service
Normal 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
|
||||
Reference in New Issue
Block a user