diff --git a/Assets/Services/systemd/noctalia.service b/Assets/Services/systemd/noctalia.service new file mode 100644 index 00000000..e1df77b6 --- /dev/null +++ b/Assets/Services/systemd/noctalia.service @@ -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