1
0
Fork 0
dotfiles/home/dot_config/systemd/user/sunshine.service

15 lines
316 B
SYSTEMD
Raw Normal View History

2023-11-09 04:06:25 +00:00
[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