diff --git a/conf/systemd.service b/conf/systemd.service index 61b949b..6f4a711 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -11,9 +11,6 @@ WorkingDirectory=__INSTALL_DIR__/ ExecStart=/usr/bin/php__PHPVERSION__ __INSTALL_DIR__/bin/daemon.php start ExecStop=/usr/bin/php__PHPVERSION__ __INSTALL_DIR__/bin/daemon.php stop PIDFile=__INSTALL_DIR__/daemon.pid -PrivateTmp=true -InaccessibleDirectories=/home /root /boot /opt /mnt /media -ReadOnlyDirectories=/etc /usr Restart=always RestartSec=10 StartLimitBurst=1