2019-01-25 09:34:26 +00:00
|
|
|
[Unit]
|
|
|
|
|
Description=Process Monitoring and Control Daemon
|
|
|
|
|
After=rc-local.service
|
|
|
|
|
|
|
|
|
|
[Service]
|
2021-11-26 08:23:58 +00:00
|
|
|
# added automatically, for details please see
|
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
|
ProtectSystem=full
|
|
|
|
|
ProtectHome=true
|
|
|
|
|
PrivateDevices=true
|
|
|
|
|
ProtectHostname=true
|
|
|
|
|
ProtectClock=true
|
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
|
ProtectKernelModules=true
|
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
|
ProtectControlGroups=true
|
|
|
|
|
RestrictRealtime=true
|
|
|
|
|
# end of automatic additions
|
2019-01-25 09:34:26 +00:00
|
|
|
Type=forking
|
|
|
|
|
ExecStartPre=/usr/bin/systemd-tmpfiles --create supervisord.conf
|
|
|
|
|
ExecStart=/usr/bin/supervisord -c /etc/supervisord.conf
|
|
|
|
|
SysVStartPriority=99
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|