diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-12 12:55:15 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-12 12:55:15 +0300 |
commit | b860d5b54ff9d1af413892a22e382b799b1ee6a9 (patch) | |
tree | ae8b74eb971eea5f48f1d9b4b80873558232a926 /core/busybox/files | |
parent | 4653001e5a2c6df26a1152e5466ccebf902775c9 (diff) | |
download | repository-b860d5b54ff9d1af413892a22e382b799b1ee6a9.tar.gz |
busybox: add syslogd runit service
Diffstat (limited to 'core/busybox/files')
-rw-r--r-- | core/busybox/files/syslogd.run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/busybox/files/syslogd.run b/core/busybox/files/syslogd.run new file mode 100644 index 00000000..cdcfeafe --- /dev/null +++ b/core/busybox/files/syslogd.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec syslogd -n |