mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 11:07:14 +08:00
10 lines
191 B
SYSTEMD
10 lines
191 B
SYSTEMD
|
[Unit]
|
||
|
Description=Samba SMB/CIFS server instance
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
PIDFile=/var/run/samba/smbd.pid
|
||
|
ExecStart=/usr/sbin/smbd -D
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
StandardInput=socket
|