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