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]
|
||||
Description=Setup User config dir
|
||||
DefaultDependencies=no
|
||||
After=local-fs.target
|
||||
Before=local-fs.target shutdown.target
|
||||
Conflicts=shutdown.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/lib/systemd/openelec-userconfig
|
||||
ExecStart=/usr/lib/openelec/openelec-userconfig
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=sysinit.target
|
||||
WantedBy=local-fs.target
|
||||
|
Loading…
x
Reference in New Issue
Block a user