]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - samba/systemd/smb.service
samba: Remove the pidfiles from systemd file since they are not needed
[people/stevee/ipfire-3.x.git] / samba / 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 LimitNOFILE=16384
8 ExecStart=/usr/sbin/smbd
9
10 [Install]
11 WantedBy=multi-user.target