php-defaults/debian/phpsessionclean.timer
Daniel Schaal 87f0c9270d Add support for systemd timers for phpsessionclean
* Add systemd timer and service for phpsessionclean
* Add check to run phphsessionclean from cron only
  when not using systemd
2016-12-31 14:51:11 +01:00

10 lines
144 B
SYSTEMD

[Unit]
Description=Clean PHP session files every 30 mins
[Timer]
OnCalendar=*-*-* *:09,39:00
Persistent=true
[Install]
WantedBy=timers.target