mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Use xdg-desktop-autostart.target for systemd service. (#901)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user