mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-18 06:17:21 +00:00
12 lines
227 B
Desktop File
12 lines
227 B
Desktop File
[Unit]
|
|
Description=AeThex Runtime Selector
|
|
After=network.target
|
|
Wants=aethex-desktop.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/opt/aethex/shell/bin/runtime-selector.sh
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|