mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
samba: use Wants= instead of Requires= (as per systemd docs)
This commit is contained in:
parent
a934092c1c
commit
d4af5aca17
@ -3,7 +3,7 @@ Description=Samba NMB Daemon
|
||||
After=network.target samba-config.service
|
||||
ConditionPathExists=!/storage/.cache/services/samba.disabled
|
||||
ConditionPathExists=/run/samba/smb.conf
|
||||
Requires=samba-config.service
|
||||
Wants=samba-config.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
@ -3,7 +3,7 @@ Description=Samba SMB Daemon
|
||||
After=network.target samba-config.service
|
||||
ConditionPathExists=!/storage/.cache/services/samba.disabled
|
||||
ConditionPathExists=/run/samba/smb.conf
|
||||
Requires=samba-config.service
|
||||
Wants=samba-config.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
Loading…
x
Reference in New Issue
Block a user