mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2022-03-07 16:00
This commit is contained in:
15
roles/unmaintained/itop/templates/itop.service.j2
Normal file
15
roles/unmaintained/itop/templates/itop.service.j2
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=iTop {{ itop_id }} background tasks
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/php{{ itop_php_version }} \
|
||||
-d memory_limit=512M \
|
||||
-d session.save_path={{ itop_root_dir }}/sessions \
|
||||
{{ itop_root_dir }}/web/webservices/cron.php \
|
||||
--param_file={{ itop_root_dir }}/etc/cron.params \
|
||||
--verbose=1
|
||||
User={{ itop_php_user }}
|
||||
Group={{ itop_php_user }}
|
||||
|
||||
|
Reference in New Issue
Block a user