Add a systemd default file

This commit is contained in:
Maniack Crudelis 2017-09-05 17:47:31 +02:00
parent a625ad79da
commit 5ef1d07752
1 changed files with 13 additions and 0 deletions

13
conf/systemd.service Normal file
View File

@ -0,0 +1,13 @@
[Unit]
Description=Small description of the service
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__FINALPATH__/script >> /var/log/__APP__/__APP__.log 2>&1
[Install]
WantedBy=multi-user.target