mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +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]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/var/run/nmbd-smb.conf.pid
|
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
|
ExecStart=/usr/bin/nmbd --configfile=/run/samba/smb.conf
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
|
|
||||||
|
@ -10,7 +10,6 @@ ConditionPathExists=/run/samba/smb.conf
|
|||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/var/run/smbd-smb.conf.pid
|
PIDFile=/var/run/smbd-smb.conf.pid
|
||||||
LimitNOFILE=16384
|
LimitNOFILE=16384
|
||||||
ExecStartPre=/bin/rm -f /var/run/smbd-smb.conf.pid
|
|
||||||
ExecStart=/usr/bin/smbd --configfile=/run/samba/smb.conf
|
ExecStart=/usr/bin/smbd --configfile=/run/samba/smb.conf
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user