blob: c418150946143293a12f2f34b41b538bd97aa80c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Unit]
Description=Samba AD Daemon
Wants=network-online.target
After=syslog.target network.target network-online.target
[Service]
Type=notify
NotifyAccess=all
PIDFile=@PIDDIR@/samba.pid
LimitNOFILE=16384
EnvironmentFile=-@SYSCONFDIR@/sysconfig/samba
ExecStart=@SBINDIR@/samba --foreground --no-process-group $SAMBAOPTIONS
ExecReload=/usr/bin/kill -HUP $MAINPID
@systemd_samba_extra@
[Install]
WantedBy=multi-user.target
|