]> freie-schul-it.de Git - fsit_smgt.git/blob - files/kivitendo/kivitendo-task-server.service
FIXME vorerst ohne Task-Server per ansible
[fsit_smgt.git] / files / kivitendo / kivitendo-task-server.service
1 [Unit]
2 Description=kivitendo background jobs server
3 Requires=postgresql.service
4 After=postgresql.service
5
6 [Service]
7 Type=forking
8 # Change the user to the one your web server runs as.
9 User=www-data
10 # Change these two to point to the kivitendo "task_server.pl" location.
11 ExecStart=/var/www/kivitendo-erp/scripts/task_server.pl start
12 ExecStop=/var/www/kivitendo-erp/scripts/task_server.pl stop
13 Restart=always
14 ProtectSystem=full
15 ProtectHome=yes
16 PrivateTmp=yes
17
18 [Install]
19 WantedBy=multi-user.target