mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
ebd139c4db
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11907 Signed-off-by: Raghavendra Talur <rtalur@redhat.com> Reviewed-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jose A. Rivera <jarrpa@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Fri May 6 19:15:17 CEST 2016 on sn-devel-144
17 lines
351 B
Desktop File
17 lines
351 B
Desktop File
[Unit]
|
|
Description=Samba SMB Daemon
|
|
After=syslog.target network.target nmb.service winbind.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=all
|
|
PIDFile=/run/smbd.pid
|
|
LimitNOFILE=16384
|
|
EnvironmentFile=-/etc/sysconfig/samba
|
|
ExecStart=/usr/sbin/smbd $SMBDOPTIONS
|
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
|
LimitCORE=infinity
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|