summaryrefslogtreecommitdiff
path: root/net-fs/samba/files/samba.service
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/samba/files/samba.service')
-rw-r--r--net-fs/samba/files/samba.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-fs/samba/files/samba.service b/net-fs/samba/files/samba.service
new file mode 100644
index 000000000000..8214ff863182
--- /dev/null
+++ b/net-fs/samba/files/samba.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Samba AD server
+After=network.target winbindd.service
+Conflicts=nmbd.service smbd.service
+
+[Service]
+ExecStart=/usr/sbin/samba --interactive
+
+[Install]
+WantedBy=multi-user.target