Use xdg-desktop-autostart.target for systemd service. (#901)

This commit is contained in:
Mathias Tillman 2023-03-20 15:47:14 +01:00 committed by GitHub
parent e20ca7a8f0
commit a192c504cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,9 @@
Description=@PROJECT_DESCRIPTION@
StartLimitIntervalSec=500
StartLimitBurst=5
PartOf=graphical-session.target
Wants=xdg-desktop-autostart.target
After=xdg-desktop-autostart.target
[Service]
ExecStart=@SUNSHINE_EXECUTABLE_PATH@
@ -9,4 +12,4 @@ Restart=on-failure
RestartSec=5s
[Install]
WantedBy=graphical-session.target
WantedBy=xdg-desktop-autostart.target