summaryrefslogtreecommitdiffstats
path: root/packaging/systemd/samba.service.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--packaging/systemd/samba.service.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/packaging/systemd/samba.service.in b/packaging/systemd/samba.service.in
new file mode 100644
index 0000000..e4baee1
--- /dev/null
+++ b/packaging/systemd/samba.service.in
@@ -0,0 +1,17 @@
+[Unit]
+Description=Samba AD Daemon
+Documentation=man:samba(8) man:samba(7) man:smb.conf(5)
+Wants=network-online.target
+After=network.target network-online.target
+
+[Service]
+Type=notify
+PIDFile=@PIDDIR@/samba.pid
+LimitNOFILE=16384
+EnvironmentFile=-@SYSCONFDIR@/sysconfig/samba
+ExecStart=@SBINDIR@/samba --foreground --no-process-group $SAMBAOPTIONS
+ExecReload=/bin/kill -HUP $MAINPID
+@systemd_samba_extra@
+
+[Install]
+WantedBy=multi-user.target