mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 01:13:09 +00:00
Sets WEFT_RUNTIME_BIN to the weft-runtime binary path so that weft-appd's runtime supervisor can spawn app processes without additional configuration.
15 lines
406 B
Desktop File
15 lines
406 B
Desktop File
[Unit]
|
|
Description=WEFT Application Daemon
|
|
Documentation=https://github.com/weft-os/weft
|
|
Requires=weft-compositor.service
|
|
After=weft-compositor.service servo-shell.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
Environment=WEFT_RUNTIME_BIN=/packages/system/weft-runtime/active/bin/weft-runtime
|
|
ExecStart=/packages/system/weft-appd/active/bin/weft-appd
|
|
Restart=on-failure
|
|
RestartSec=1s
|
|
|
|
[Install]
|
|
WantedBy=graphical.target
|