summarylogtreecommitdiffstats
path: root/moonshine.service
blob: 96ba4b7fe6a25f942e75341384b1bd51548f0e7c (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Streaming server using the NVIDIA GameStream / Moonlight protocol.
After=network-online.target
Wants=network-online.target

[Service]
ExecStart=/usr/bin/moonshine /etc/moonshine/config.toml -v
WorkingDirectory=/etc/moonshine

[Install]
WantedBy=graphical.target