packaging: add configure option to preprocess and install systemd files
[gd/samba-autobuild/.git] / packaging / systemd / winbind.service
diff --git a/packaging/systemd/winbind.service b/packaging/systemd/winbind.service
deleted file mode 100644 (file)
index 46b3797..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Samba Winbind Daemon
-After=syslog.target network.target nmb.service
-
-[Service]
-Type=notify
-NotifyAccess=all
-PIDFile=/run/winbindd.pid
-EnvironmentFile=-/etc/sysconfig/samba
-ExecStart=/usr/sbin/winbindd --foreground --no-process-group "$WINBINDOPTIONS"
-ExecReload=/usr/bin/kill -HUP $MAINPID
-LimitCORE=infinity
-
-[Install]
-WantedBy=multi-user.target