Files
mus-fuse/debian/preinst

11 lines
243 B
Plaintext
Raw Permalink Normal View History

2020-04-26 16:19:14 +03:00
#!/bin/bash
2020-04-26 16:19:14 +03:00
if systemctl | grep -Fq 'mus-fuse'; then
sudo systemctl stop mus-fuse.service
fi
2020-04-26 16:19:14 +03:00
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