Marius Tomaschewski
9082307de8
Replaced SYSLOG_DAEMON switch with syslog.service alias. Werner, please review OBS-URL: https://build.opensuse.org/request/show/140731 OBS-URL: https://build.opensuse.org/package/show/Base:System/syslogd?expand=0&rev=88
19 lines
411 B
Bash
19 lines
411 B
Bash
#!/bin/sh
|
|
#
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# Author:
|
|
# Werner Fink <werner@suse.de>
|
|
# Marius Tomaschewski <mt@suse.de>
|
|
#
|
|
# Description:
|
|
# Compatibility script triggering a "systemctl <action> syslog.service"
|
|
# redirection using rc.status.
|
|
#
|
|
|
|
. /etc/rc.status
|
|
|
|
echo "Usage: /sbin/rcsyslog {start|stop|status|try-restart|restart|force-reload|reload}"
|
|
exit 1
|
|
|