mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
17 lines
472 B
SYSTEMD
17 lines
472 B
SYSTEMD
|
[Unit]
|
||
|
Description=Samba Background Queue Daemon for printing-related jobs
|
||
|
Documentation=man:samba-bgqd(8) man:smb.conf(5)
|
||
|
Wants=network-online.target
|
||
|
After=network.target network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=notify
|
||
|
LimitNOFILE=16384
|
||
|
PIDFile=@PIDDIR@/samba-bgqd.pid
|
||
|
EnvironmentFile=-@SYSCONFDIR@/sysconfig/samba
|
||
|
ExecStart=@LIBEXECDIR@/samba/samba-bgqd --foreground --no-process-group $SAMBAOPTIONS
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|