adds stash task

not added in playbook for now.
This commit is contained in:
2025-01-27 09:33:59 +01:00
parent 7f75e05e20
commit c08b8481f7
3 changed files with 64 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
[Unit]
Description=Stash AV Media Server
After=network.target local-fs.target
[Service]
Type=simple
ExecStart=/usr/local/bin/stash --nobrowser --config /var/lib/stash/config.yml
User=stash
[Install]
WantedBy=default.target