Services: add systemd service

This commit is contained in:
Ly-sec
2025-11-10 21:08:56 +01:00
parent dfd3269928
commit 968180446b

View File

@@ -0,0 +1,13 @@
[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