Add Samba/SSH/Bupstash deployment.

Change-Id: I4e16583990514b28531c99b2ed3dc21e09debe98
diff --git a/samba/service/avahi/run b/samba/service/avahi/run
new file mode 100755
index 0000000..cce3256
--- /dev/null
+++ b/samba/service/avahi/run
@@ -0,0 +1,3 @@
+#! /bin/execlineb
+
+avahi-daemon --no-rlimits
diff --git a/samba/service/dbus/run b/samba/service/dbus/run
new file mode 100755
index 0000000..ce0c267
--- /dev/null
+++ b/samba/service/dbus/run
@@ -0,0 +1,3 @@
+#! /bin/execlineb
+
+dbus-daemon --system --nofork
diff --git a/samba/service/nmbd/run b/samba/service/nmbd/run
new file mode 100755
index 0000000..c58a8ce
--- /dev/null
+++ b/samba/service/nmbd/run
@@ -0,0 +1,3 @@
+#! /bin/execlineb
+
+nmbd --no-process-group --log-stdout --foreground --configfile=/var/lib/samba/smb.conf
diff --git a/samba/service/smbd/run b/samba/service/smbd/run
new file mode 100755
index 0000000..33d2137
--- /dev/null
+++ b/samba/service/smbd/run
@@ -0,0 +1,3 @@
+#! /bin/execlineb
+
+smbd --no-process-group --log-stdout --foreground --configfile=/var/lib/samba/smb.conf
diff --git a/samba/service/sshd/run b/samba/service/sshd/run
new file mode 100755
index 0000000..1b3d0c9
--- /dev/null
+++ b/samba/service/sshd/run
@@ -0,0 +1,3 @@
+#! /bin/execlineb
+
+/sbin/sshd -D -e -p 22445