mirror of
https://abf.rosa.ru/djam/samba.git
synced 2025-02-24 17:42:50 +00:00
14 lines
299 B
SYSTEMD
14 lines
299 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=Samba Winbind Daemon
|
||
|
After=syslog.target network.target nmb.service
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
PIDFile=/run/winbindd.pid
|
||
|
EnvironmentFile=-/etc/sysconfig/samba
|
||
|
ExecStart=/usr/sbin/winbindd "$WINBINDOPTIONS"
|
||
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|