summarylogtreecommitdiffstats
path: root/mstream.service
blob: de44ad2d597e60bd2b67ecb741d71f46fa7e003e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=mStream
After=network.target

[Service]
User=mstream
Type=simple
WorkingDirectory=/var/lib/mstream
ExecStart=/usr/bin/mstream -j /etc/mstream.json

[Install]
WantedBy=multi-user.target