13 lines
233 B
SYSTEMD
13 lines
233 B
SYSTEMD
|
[Unit]
|
||
|
Description=Sunshine self-hosted game stream host for Moonlight.
|
||
|
StartLimitIntervalSec=500
|
||
|
StartLimitBurst=5
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/sunshine
|
||
|
Restart=on-failure
|
||
|
RestartSec=5s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session.target
|