mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #8086 from mglae/le12_systemd_v254
systemd/busybox: fix unit permissions after systemd v254 bump
This commit is contained in:
commit
8bfd54e699
@ -3,6 +3,7 @@ Description=Persistent Log Storage
|
||||
RequiresMountsFor=/var /storage
|
||||
Requires=storage-log.service
|
||||
After=storage-log.service
|
||||
DefaultDependencies=no
|
||||
ConditionKernelCommandLine=!installer
|
||||
ConditionKernelCommandLine=|debugging
|
||||
ConditionPathExists=|/storage/.cache/debug.libreelec
|
||||
|
@ -3,7 +3,6 @@ Description=Setup machine-id
|
||||
DefaultDependencies=no
|
||||
Conflicts=shutdown.target
|
||||
Before=systemd-journald.service systemd-tmpfiles-setup-dev.service shutdown.target
|
||||
After=local-fs.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
Loading…
x
Reference in New Issue
Block a user