mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +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
|
RequiresMountsFor=/var /storage
|
||||||
Requires=storage-log.service
|
Requires=storage-log.service
|
||||||
After=storage-log.service
|
After=storage-log.service
|
||||||
|
DefaultDependencies=no
|
||||||
ConditionKernelCommandLine=!installer
|
ConditionKernelCommandLine=!installer
|
||||||
ConditionKernelCommandLine=|debugging
|
ConditionKernelCommandLine=|debugging
|
||||||
ConditionPathExists=|/storage/.cache/debug.libreelec
|
ConditionPathExists=|/storage/.cache/debug.libreelec
|
||||||
|
@ -3,7 +3,6 @@ Description=Setup machine-id
|
|||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Conflicts=shutdown.target
|
Conflicts=shutdown.target
|
||||||
Before=systemd-journald.service systemd-tmpfiles-setup-dev.service shutdown.target
|
Before=systemd-journald.service systemd-tmpfiles-setup-dev.service shutdown.target
|
||||||
After=local-fs.target
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user