15 lines
316 B
Desktop File
15 lines
316 B
Desktop File
[Unit]
|
|
Description=Sunshine is a self-hosted game stream host for Moonlight.
|
|
StartLimitIntervalSec=500
|
|
StartLimitBurst=5
|
|
PartOf=graphical-session.target
|
|
Wants=sway-session.target
|
|
After=sway-session.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/sunshine
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=sway-session.target |