systemd: rework userconfig.service

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-24 22:04:58 +02:00
parent cb2d366a41
commit b5a5bff496

View File

@ -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