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