AeThex-OS/os/shell/systemd/aethex-runtime-selector.service

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