mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 08:35:16 +02:00
12 lines
217 B
Desktop File
12 lines
217 B
Desktop File
[Unit]
|
|
Description=Samba NetBIOS name server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/nmbd.pid
|
|
ExecStart=/usr/sbin/nmbd -D
|
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|