mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 11:27:14 +08: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=/var/run/samba.pid
|
|
LimitNOFILE=16384
|
|
EnvironmentFile=-/etc/conf.d/samba
|
|
ExecStart=/usr/bin/samba $SAMBAOPTIONS
|
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|