Merge pull request #2043 from fewtarius/dev
Ensure automount has finished before starting weston or emulationstation.
This commit is contained in:
commit
5791ec7802
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
[Unit]
|
||||
Description=EmulationStation emulator frontend
|
||||
ConditionPathExists=/var/lock/start.games
|
||||
After=jelos-automount.service
|
||||
|
||||
[Service]
|
||||
Environment=XDG_RUNTIME_DIR=/var/run/0-runtime-dir
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Unit]
|
||||
Description=Weston Launcher
|
||||
Before=graphical.target
|
||||
After=multi-user.target
|
||||
After=multi-user.target jelos-automount.service
|
||||
ConditionKernelCommandLine=!installer
|
||||
|
||||
[Service]
|
||||
|
|
Loading…
Reference in a new issue