mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 01:13:09 +00:00
infra: wire WEFT_RUNTIME_BIN into weft-appd service unit
Sets WEFT_RUNTIME_BIN to the weft-runtime binary path so that weft-appd's runtime supervisor can spawn app processes without additional configuration.
This commit is contained in:
parent
f38f2eef76
commit
0cb74adc3e
1 changed files with 1 additions and 2 deletions
|
|
@ -6,11 +6,10 @@ 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
|
||||
# sd_notify(READY=1) is sent after IpcServer is bound and CompositorClient
|
||||
# has connected, so downstream services can depend on the IPC socket being ready.
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical.target
|
||||
|
|
|
|||
Loading…
Reference in a new issue