mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
18 lines
382 B
Desktop File
18 lines
382 B
Desktop File
[Unit]
|
|
Description=Samba NMB Daemon
|
|
After=network.target smbd.service
|
|
ConditionPathExists=/storage/.cache/services/samba.conf
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/nmbd-smb.conf.pid
|
|
ExecStart=/usr/bin/nmbd --configfile=/run/samba/smb.conf
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
TimeoutStopSec=1s
|
|
Restart=always
|
|
RestartSec=2
|
|
StartLimitInterval=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|