blob: 74a093d50509f48c3f840e9859dd4f7bbdd2ce5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Streaming server using the NVIDIA GameStream / Moonlight protocol.
PartOf=graphical-session.target
Wants=graphical-session.target
After=graphical-session.target
[Service]
ExecStart=/usr/bin/moonshine %E/moonshine/config.toml
Restart=always
[Install]
WantedBy=graphical-session.target
|