mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
systemd: rework userconfig.service
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
cb2d366a41
commit
b5a5bff496
@ -1,12 +1,13 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Setup User config dir
|
Description=Setup User config dir
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
After=local-fs.target
|
Before=local-fs.target shutdown.target
|
||||||
|
Conflicts=shutdown.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/lib/systemd/openelec-userconfig
|
ExecStart=/usr/lib/openelec/openelec-userconfig
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=sysinit.target
|
WantedBy=local-fs.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user