mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
15 lines
290 B
Desktop File
15 lines
290 B
Desktop File
[Unit]
|
|
Description=Samba AD Daemon
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/samba.pid
|
|
LimitNOFILE=16384
|
|
EnvironmentFile=-/etc/sysconfig/samba
|
|
ExecStart=/usr/sbin/samba $SAMBAOPTIONS
|
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|