Difference between revisions of "Phpsessionclean.service (systemd service)"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
 
  [Service]
 
  [Service]
 
  Type=oneshot
 
  Type=oneshot
  ExecStart=/usr/lib/php/sessionclean
+
  ExecStart=/usr/lib/php/[[sessionclean]]
 
  ProtectHome=true
 
  ProtectHome=true
 
  ProtectSystem=true
 
  ProtectSystem=true

Revision as of 10:17, 29 December 2019

systemctl cat phpsessionclean
# /lib/systemd/system/phpsessionclean.service
[Unit]
Description=Clean php session files
[Service]
Type=oneshot
ExecStart=/usr/lib/php/sessionclean
ProtectHome=true
ProtectSystem=true
PrivateTmp=true


See also

Advertising: