mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #439 from lrusak/smb
samba: actually allow it to be disabled
This commit is contained in:
commit
022e552e06
@ -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