Files
Arch-R/packages/sysutils/systemd/system.d/userconfig.service
Stephan Raue b5a5bff496 systemd: rework userconfig.service
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-24 22:04:58 +02:00

14 lines
257 B
Desktop File

[Unit]
Description=Setup User config dir
DefaultDependencies=no
Before=local-fs.target shutdown.target
Conflicts=shutdown.target
[Service]
Type=oneshot
ExecStart=/usr/lib/openelec/openelec-userconfig
RemainAfterExit=yes
[Install]
WantedBy=local-fs.target