php-defaults/phpsessionclean.service

10 lines
155 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
Description=Clean php session files
[Service]
Type=oneshot
ExecStart=/usr/lib/php/sessionclean
ProtectHome=true
ProtectSystem=true
PrivateTmp=true