This commit is contained in:
ericgaspar
2021-07-26 10:28:14 +02:00
parent bfb36f313c
commit a93ada3001
7 changed files with 76 additions and 68 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
[Unit]
Description=Small description of the service
Description=invoiceninja: Create and email invoices
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
WorkingDirectory=__FINALPATH__
ExecStart=__FINALPATH__/script >> /var/log/__APP__/__APP__.log 2>&1
[Install]