mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
samba: clean up after update to systemd-207
This commit is contained in:
parent
16d903ed48
commit
bbea5c0f32
@ -9,7 +9,6 @@ ConditionPathExists=/run/samba/smb.conf
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/var/run/nmbd-smb.conf.pid
|
||||
ExecStartPre=/bin/rm -f /var/run/nmbd-smb.conf.pid
|
||||
ExecStart=/usr/bin/nmbd --configfile=/run/samba/smb.conf
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
|
||||
|
@ -10,7 +10,6 @@ ConditionPathExists=/run/samba/smb.conf
|
||||
Type=forking
|
||||
PIDFile=/var/run/smbd-smb.conf.pid
|
||||
LimitNOFILE=16384
|
||||
ExecStartPre=/bin/rm -f /var/run/smbd-smb.conf.pid
|
||||
ExecStart=/usr/bin/smbd --configfile=/run/samba/smb.conf
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user