You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
385 B
15 lines
385 B
4 years ago
|
[Unit]
|
||
|
Description=iTop {{ itop_id }} background tasks
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/php{{ itop_php_version }} \
|
||
|
-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 }}
|
||
|
|
||
|
|