summarylogtreecommitdiffstats
path: root/stash.service
blob: bf55abdb8f347592365e6bc2ed5683d96b0543a4 (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.yml

[Install]
WantedBy=multi-user.target