Only keep a single rsyslog.service for Debian

This commit is contained in:
Michael Biebl 2023-10-20 14:41:02 +02:00
parent 0c61bdc11a
commit df277e8b89
3 changed files with 0 additions and 30 deletions

View File

@ -1,15 +0,0 @@
[Unit]
Description=System Logging Service
Requires=syslog.socket
Documentation=man:rsyslogd(8)
Documentation=http://www.rsyslog.com/doc/
[Service]
Type=notify
ExecStart=/usr/sbin/rsyslogd -n
StandardOutput=null
Restart=on-failure
[Install]
WantedBy=multi-user.target
Alias=syslog.service

View File

@ -1,15 +0,0 @@
[Unit]
Description=System Logging Service
Requires=syslog.socket
Documentation=man:rsyslogd(8)
Documentation=http://www.rsyslog.com/doc/
[Service]
Type=notify
ExecStart=/usr/sbin/rsyslogd -n
StandardOutput=null
Restart=on-failure
[Install]
WantedBy=multi-user.target
Alias=syslog.service