summaryrefslogtreecommitdiff
path: root/samba.target
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2011-06-25 23:06:52 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2011-06-25 23:06:52 +0800
commitce569ac89893d427354eb959216a045bbea8b929 (patch)
treed6f22698f45aa6788ee8d464a2a8d90fb6be5934 /samba.target
parent006ea9c36efb66b2682e573e5eb285d3747da576 (diff)
use the samba services unit from http://git.exherbo.org
Diffstat (limited to 'samba.target')
-rw-r--r--samba.target13
1 files changed, 13 insertions, 0 deletions
diff --git a/samba.target b/samba.target
new file mode 100644
index 0000000..1006003
--- /dev/null
+++ b/samba.target
@@ -0,0 +1,13 @@
+# Copyright 2010-2011 Wulf C. Krueger <philantrop@exherbo.org>
+# Distributed under the terms of the GNU General Public License v2
+
+[Unit]
+Description=Samba network services
+After=syslog.target
+Requires=smbd.service
+Requires=nmbd.service
+Requires=winbindd.service
+
+[Install]
+WantedBy=multi-user.target
+Alias=samba.target.wants/smbd.service samba.target.wants/nmbd.service samba.target.wants/winbindd.service