mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
4f3e86f623
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Fri Nov 4 12:36:04 CET 2011 on sn-devel-104
14 lines
277 B
Desktop File
14 lines
277 B
Desktop File
[Unit]
|
|
Description=Samba SMB Daemon
|
|
After=syslog.target network.target nmb.service winbind.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/smbd.pid
|
|
LimitNOFILE=16384
|
|
EnvironmentFile=-/etc/sysconfig/samba
|
|
ExecStart=/usr/sbin/smbd $SMBDOPTIONS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|