Update CI

This commit is contained in:
AB
2020-04-26 14:55:30 +03:00
parent cba858ba9c
commit 4b0fbcce84
8 changed files with 95 additions and 16 deletions

View File

@ -1,12 +0,0 @@
---
server: https://mus.test.com
mountpoint: /srv/mus-fuse
http_user: username
http_pass: passwd1337
# How many KiB of file beginnings download and store in RAM.
# It's speeding up any metadata operations and media library scanning.
cache_head: 768
# How many count of `cache_head` store.
cache_max_count: 10

View File

@ -1,3 +0,0 @@
#!/bin/bash
systemctl daemon-reload

View File

@ -1,10 +0,0 @@
#!/bin/bash
if systemctl | grep -Fq 'mus-fuse'; then
sudo systemctl stop mus-fuse.service
fi
adduser --quiet --system --group --no-create-home --home /run/mus-fuse mus-fuse
mkdir -p /srv/mus-fuse
chown mus-fuse:mus-fuse /srv/mus-fuse