blob: cdbb0016733866af42ad7f560f144277252b65b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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
Environment=RUST_LOG=info
Restart=always
[Install]
WantedBy=graphical-session.target
|