diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-12 21:17:50 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-12 21:19:14 (EST) |
commit | e57503a84591f94c970c5c76a22808cc22152194 (patch) | |
tree | 5190ac492bc4957d329118570871f287f0d0545f /src.etc/init.d/syslog | |
parent | 5142bd58855c50ef13bbb91f5735feab94e55c48 (diff) |
/etc/init.d/syslog: Rename to /etc/init.d/syslogd
Diffstat (limited to 'src.etc/init.d/syslog')
-rwxr-xr-x | src.etc/init.d/syslog | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src.etc/init.d/syslog b/src.etc/init.d/syslog deleted file mode 100755 index 100b97f..0000000 --- a/src.etc/init.d/syslog +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh /etc/rc.common - -START='40' -STOP='70' - -start() -{ - log 'Starting syslog' - start-stop-daemon -S -q -x /sbin/syslogd -} - -stop() -{ - log 'Stopping syslog' - start-stop-daemon -K -q -p /var/run/syslogd.pid -} |