2022-02-05 14:23:32 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Weston Launcher
|
|
|
|
Before=graphical.target
|
2023-09-11 12:14:50 +00:00
|
|
|
After=multi-user.target jelos-automount.service
|
2022-02-05 14:23:32 +00:00
|
|
|
ConditionKernelCommandLine=!installer
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Environment=HOME=/storage
|
2023-04-22 20:01:07 +00:00
|
|
|
Environment=LANG=C
|
2022-02-05 14:23:32 +00:00
|
|
|
Environment=XDG_RUNTIME_DIR=/var/run/0-runtime-dir
|
|
|
|
WorkingDirectory=/storage
|
|
|
|
ExecStartPre=-/usr/lib/weston/weston-config
|
2023-08-24 09:53:35 +00:00
|
|
|
ExecStart=/usr/bin/weston --log=/var/log/weston.log
|
2022-02-05 14:23:32 +00:00
|
|
|
Restart=always
|
2022-09-01 12:19:58 +00:00
|
|
|
RestartSec=2
|
2022-02-05 14:23:32 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
Alias=display-manager.service
|
|
|
|
WantedBy=graphical.target
|