about summary refs log tree commit diff
path: root/services/rsyslogd
diff options
context:
space:
mode:
Diffstat (limited to 'services/rsyslogd')
-rwxr-xr-xservices/rsyslogd/run3
l---------services/rsyslogd/supervise1
2 files changed, 4 insertions, 0 deletions
diff --git a/services/rsyslogd/run b/services/rsyslogd/run
new file mode 100755
index 0000000..9ae41ef
--- /dev/null
+++ b/services/rsyslogd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+echo "Starting rsyslogd..."
+exec rsyslogd -n
diff --git a/services/rsyslogd/supervise b/services/rsyslogd/supervise
new file mode 120000
index 0000000..1bba91f
--- /dev/null
+++ b/services/rsyslogd/supervise
@@ -0,0 +1 @@
+/run/runit/supervise.rsyslogd
\ No newline at end of file