mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
c69938ef5c
Bug-Debian: https://bugs.debian.org/828730 BUG: https://bugzilla.samba.org/show_bug.cgi?id=12402 Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
19 lines
456 B
SYSTEMD
19 lines
456 B
SYSTEMD
[Unit]
|
|
Description=Samba NMB Daemon
|
|
Documentation=man:nmbd(8) man:samba(7) man:smb.conf(5)
|
|
Wants=network-online.target
|
|
After=network.target network-online.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=all
|
|
PIDFile=@PIDDIR@/nmbd.pid
|
|
EnvironmentFile=-@SYSCONFDIR@/sysconfig/samba
|
|
ExecStart=@SBINDIR@/nmbd --foreground --no-process-group $NMBDOPTIONS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
LimitCORE=infinity
|
|
@systemd_nmb_extra@
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|