2 Description=kivitendo background jobs server
 
   3 Requires=postgresql.service
 
   4 After=postgresql.service
 
   8 # Change the user to the one your web server runs as.
 
  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
 
  19 WantedBy=multi-user.target