mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
14 lines
259 B
Desktop File
14 lines
259 B
Desktop File
[Unit]
|
|
Description=Noctalia Shell Service
|
|
Requisite=graphical-session.target
|
|
PartOf=graphical-session.target
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=qs -c noctalia-shell
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|