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] [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