s3-waf: Reorder rpc_server wscript_build file.
[nivanova/samba-autobuild/.git] / packaging / systemd / smb.service
1 [Unit]
2 Description=Samba SMB Daemon
3 After=syslog.target network.target nmb.service winbind.service
4
5 [Service]
6 Type=forking
7 PIDFile=/run/smbd.pid
8 LimitNOFILE=16384
9 EnvironmentFile=-/etc/sysconfig/samba
10 ExecStart=/usr/sbin/smbd $SMBDOPTIONS
11 ExecReload=/usr/bin/kill -HUP $MAINPID
12
13 [Install]
14 WantedBy=multi-user.target