|
|
@ -4,6 +4,7 @@ Description=iTop {{ itop_id }} background tasks |
|
|
|
[Service] |
|
|
|
[Service] |
|
|
|
Type=oneshot |
|
|
|
Type=oneshot |
|
|
|
ExecStart=/bin/php{{ itop_php_version }} \ |
|
|
|
ExecStart=/bin/php{{ itop_php_version }} \ |
|
|
|
|
|
|
|
-d memory_limit=512M \ |
|
|
|
-d session.save_path={{ itop_root_dir }}/sessions \ |
|
|
|
-d session.save_path={{ itop_root_dir }}/sessions \ |
|
|
|
{{ itop_root_dir }}/web/webservices/cron.php \ |
|
|
|
{{ itop_root_dir }}/web/webservices/cron.php \ |
|
|
|
--param_file={{ itop_root_dir }}/etc/cron.params \ |
|
|
|
--param_file={{ itop_root_dir }}/etc/cron.params \ |
|
|
|