15 lines
316 B
SYSTEMD
15 lines
316 B
SYSTEMD
|
[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
|