Difference between revisions of "Phpsessionclean.service (systemd service)"
Jump to navigation
Jump to search
(Created page with " systemctl cat phpsessionclean # /lib/systemd/system/phpsessionclean.service [Unit] Description=Clean php session files [Service] Type=oneshot ExecStart=/usr/lib/php/se...") |
|||
Line 1: | Line 1: | ||
− | systemctl cat phpsessionclean | + | [[systemctl]] cat phpsessionclean |
# /lib/systemd/system/phpsessionclean.service | # /lib/systemd/system/phpsessionclean.service | ||
[Unit] | [Unit] | ||
Line 17: | Line 17: | ||
[[Category:PHP]] | [[Category:PHP]] | ||
+ | [[Category:systemctl]] |
Revision as of 10:11, 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
- PHP,
php-fpm, www.conf
,php -i
, PHP sessions, symfony,fastcgi_pass
,sessionclean (shell script)
,phpsessionclean.service (systemd service),phpquery
,php.ini
,/var/log/php*
, PECL,php --help
, PHPUnit, Laravel, PHP framework, Composer,phpbrew, Xdebug, php --version
, PHP Fatal error, Hello, World! (php)]
Advertising: