mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
14 lines
299 B
Desktop File
14 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
|