summarylogtreecommitdiffstats
path: root/nmbd.service
diff options
context:
space:
mode:
Diffstat (limited to 'nmbd.service')
-rw-r--r--nmbd.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/nmbd.service b/nmbd.service
new file mode 100644
index 000000000000..e138225ac3a3
--- /dev/null
+++ b/nmbd.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Samba NetBIOS name server
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/nmbd.pid
+ExecStart=/usr/bin/nmbd -D
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target