summary refs log tree commit diff
path: root/services/nmbd
diff options
context:
space:
mode:
Diffstat (limited to 'services/nmbd')
-rwxr-xr-xservices/nmbd/log/run2
l---------services/nmbd/log/supervise1
-rwxr-xr-xservices/nmbd/run2
l---------services/nmbd/supervise1
4 files changed, 6 insertions, 0 deletions
diff --git a/services/nmbd/log/run b/services/nmbd/log/run
new file mode 100755
index 0000000..ea5ff8e
--- /dev/null
+++ b/services/nmbd/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec logger -p nmbd.notice
diff --git a/services/nmbd/log/supervise b/services/nmbd/log/supervise
new file mode 120000
index 0000000..5ebb386
--- /dev/null
+++ b/services/nmbd/log/supervise
@@ -0,0 +1 @@
+/run/runit/supervise.nmbd-log
\ No newline at end of file
diff --git a/services/nmbd/run b/services/nmbd/run
new file mode 100755
index 0000000..dfd75fc
--- /dev/null
+++ b/services/nmbd/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec nmbd -F -S
diff --git a/services/nmbd/supervise b/services/nmbd/supervise
new file mode 120000
index 0000000..df7da45
--- /dev/null
+++ b/services/nmbd/supervise
@@ -0,0 +1 @@
+/run/runit/supervise.nmbd
\ No newline at end of file