mirror of
https://abf.rosa.ru/djam/samba.git
synced 2025-02-24 17:42:50 +00:00
13 lines
299 B
Desktop File
13 lines
299 B
Desktop File
[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
|