systemd: move userconfig.service to sysinit.target

This commit is contained in:
Stephan Raue 2014-10-19 18:28:02 +03:00
parent 792a28b64b
commit b0482f422b

View File

@ -1,8 +1,6 @@
[Unit]
Description=Setup User config dir
DefaultDependencies=no
Before=local-fs.target shutdown.target
Conflicts=shutdown.target
[Service]
Type=oneshot
@ -10,4 +8,4 @@ ExecStart=/bin/sh -c "mkdir -p /storage/.config; false | cp -iR /usr/config/* /s
RemainAfterExit=yes
[Install]
WantedBy=local-fs.target
WantedBy=sysinit.target