mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
systemd: move userconfig.service to sysinit.target
This commit is contained in:
parent
792a28b64b
commit
b0482f422b
@ -1,8 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Setup User config dir
|
Description=Setup User config dir
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Before=local-fs.target shutdown.target
|
|
||||||
Conflicts=shutdown.target
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
@ -10,4 +8,4 @@ ExecStart=/bin/sh -c "mkdir -p /storage/.config; false | cp -iR /usr/config/* /s
|
|||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=local-fs.target
|
WantedBy=sysinit.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user