summarylogtreecommitdiffstats
path: root/stash.service
blob: 56669b7b23b7dcdf74762286864b0e43d80372cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Stash AV Media Server
After=network.target local-fs.target

[Service]
User=stash
EnvironmentFile=/etc/conf.d/stash
Type=simple
ExecStart=/usr/bin/stash --nobrowser --config /var/lib/stash/config.yaml

[Install]
WantedBy=multi-user.target