about summary refs log tree commit diff
path: root/services
diff options
context:
space:
mode:
authorEnno Boland <g@s01.de>2014-09-05 22:19:21 +0200
committerEnno Boland <g@s01.de>2014-09-05 22:19:35 +0200
commit668597cb73d183afe613809f9f0176deb4b4a48a (patch)
tree4fbc8ca7978c1aa1a4023b3b59f5b8b346113ef7 /services
parent2db90f09fcf2c7d60096bc92597543887a2a9a08 (diff)
downloadrunit-void-668597cb73d183afe613809f9f0176deb4b4a48a.tar.gz
runit-void-668597cb73d183afe613809f9f0176deb4b4a48a.tar.xz
runit-void-668597cb73d183afe613809f9f0176deb4b4a48a.zip
New services: nmbd, smbd.
Diffstat (limited to 'services')
-rwxr-xr-xservices/nmbd/log/run2
l---------services/nmbd/log/supervise1
-rwxr-xr-xservices/nmbd/run2
l---------services/nmbd/supervise1
-rwxr-xr-xservices/smbd/log/run2
l---------services/smbd/log/supervise1
-rwxr-xr-xservices/smbd/run2
l---------services/smbd/supervise1
8 files changed, 12 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
diff --git a/services/smbd/log/run b/services/smbd/log/run
new file mode 100755
index 0000000..f58842d
--- /dev/null
+++ b/services/smbd/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec logger -p smbd.notice
diff --git a/services/smbd/log/supervise b/services/smbd/log/supervise
new file mode 120000
index 0000000..1a617a5
--- /dev/null
+++ b/services/smbd/log/supervise
@@ -0,0 +1 @@
+/run/runit/supervise.smbd-log
\ No newline at end of file
diff --git a/services/smbd/run b/services/smbd/run
new file mode 100755
index 0000000..a7b7453
--- /dev/null
+++ b/services/smbd/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec smbd -F -S
diff --git a/services/smbd/supervise b/services/smbd/supervise
new file mode 120000
index 0000000..682ee50
--- /dev/null
+++ b/services/smbd/supervise
@@ -0,0 +1 @@
+/run/runit/supervise.smbd
\ No newline at end of file