mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
samba: actually allow it to be disabled
This commit is contained in:
parent
61dbf48e67
commit
30fb995bba
@ -1,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Samba NMB Daemon
|
Description=Samba NMB Daemon
|
||||||
After=network.target smbd.service
|
After=network.target smbd.service
|
||||||
|
ConditionPathExists=/storage/.cache/services/samba.conf
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Samba SMB Daemon
|
Description=Samba SMB Daemon
|
||||||
After=network.target
|
After=network.target
|
||||||
|
ConditionPathExists=/storage/.cache/services/samba.conf
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
Loading…
x
Reference in New Issue
Block a user