This unit is provided by:
Options
- 
    [Install]
- 
    [Service]- 
        Environment=ADDITIONAL_SOCKET=
- 
        EnvironmentFile=-/var/run/syslogd/additional-log-sockets.env
- 
        ExecReload=/bin/systemctl kill --signal=TSTP klogd.service /sbin/killproc -p /var/run/syslogd.pid -HUP /usr/sbin/syslogd /bin/systemctl kill --signal=CONT klogd.service /bin/systemctl kill --signal=USR2 klogd.service
- 
        ExecStart=/usr/sbin/syslogd -n $ADDITIONAL_SOCKET
- 
        ExecStartPre=/usr/sbin/syslogd-service-prepare
- 
        PrivateDevicesIntroduced in systemd 209=yes
- 
        ProtectClockIntroduced in systemd 245=yes
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHomeIntroduced in systemd 214=yes
- 
        ProtectHostnameIntroduced in systemd 242=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectKernelModulesIntroduced in systemd 232=yes
- 
        ProtectKernelTunablesIntroduced in systemd 232=yes
- 
        ProtectSystemIntroduced in systemd 214=full
- 
        RestrictRealtimeIntroduced in systemd 231=yes
- 
        Sockets=syslog.socket
- 
        StandardOutput=null
- 
        Type=notify
 
- 
        
- 
    [Unit]- 
        Before=klogd.service
- 
        Conflicts=syslog-ng.service rsyslog.service
- 
        Description=System Logging Service
- 
        Requires=var-run.mount syslog.socket network.target klogd.service
 
- 
        
Additionnal notes
Nothing here.