mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-01 10:05:30 +00:00
12 lines
224 B
Desktop File
12 lines
224 B
Desktop File
[Unit]
|
|
Description=Noctalia Shell Service
|
|
BindsTo=graphical-session.target
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=qs -c noctalia-shell
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target |