launch_daemon: "file_exists" now resolves $HOME, and '~'.

This commit is contained in:
Axel Dörfler
2015-10-19 21:22:21 +02:00
parent 4e8fc45146
commit d9bb9513c5
9 changed files with 106 additions and 5 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ target desktop {
}
job user-bootscript {
launch /bin/sh /boot/home/config/settings/boot/UserBootscript
launch /bin/sh ~/config/settings/boot/UserBootscript
}
job create-installer-link {
@@ -26,7 +26,7 @@ target desktop {
read_only
file_exists /boot/system/apps/Installer
}
launch /bin/ln -sf /boot/system/apps/Installer /boot/home/Desktop/Installer
launch /bin/ln -sf /boot/system/apps/Installer ~/Desktop/Installer
}
}