mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
15 lines
290 B
SYSTEMD
15 lines
290 B
SYSTEMD
|
[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
|