blob: 0e347625a84ed4a5a07451247e68c49ca8f851a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[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
[Install]
WantedBy=graphical-session.target
|