mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
14 lines
270 B
Desktop File
14 lines
270 B
Desktop File
[Unit]
|
|
Description=Samba NMB Daemon
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/nmbd.pid
|
|
EnvironmentFile=-/etc/sysconfig/samba
|
|
ExecStart=/usr/sbin/nmbd $NMBDOPTIONS
|
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|