mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Merge pull request #439 from lrusak/smb
samba: actually allow it to be disabled
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=Samba NMB Daemon
|
||||
After=network.target smbd.service
|
||||
ConditionPathExists=/storage/.cache/services/samba.conf
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=Samba SMB Daemon
|
||||
After=network.target
|
||||
ConditionPathExists=/storage/.cache/services/samba.conf
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
||||
Reference in New Issue
Block a user