summaryrefslogtreecommitdiff
path: root/packaging/systemd/winbind.service.in
blob: 5ac5adc846f4f40a6dcdc497cf5143e1a67398ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Samba Winbind Daemon
After=syslog.target network.target nmb.service

[Service]
Type=notify
NotifyAccess=all
PIDFile=@PIDDIR@/winbindd.pid
EnvironmentFile=-@SYSCONFDIR@/sysconfig/samba
ExecStart=@SBINDIR@/winbindd --foreground --no-process-group "$WINBINDOPTIONS"
ExecReload=/usr/bin/kill -HUP $MAINPID
LimitCORE=infinity
@systemd_winbind_extra@

[Install]
WantedBy=multi-user.target