updated to version 1.8

This commit is contained in:
Jonas Heinrich 2018-06-08 09:29:48 +02:00
parent cccaeb91b8
commit b97f0c9f22
3 changed files with 13 additions and 11 deletions

View file

@ -2,9 +2,7 @@ post_install() {
getent group ffsync &>/dev/null || groupadd -r ffsync >/dev/null
getent passwd ffsync &>/dev/null || useradd -r -s /usr/bin/false \
-g ffsync -G ffsync,http -d /var/lib/mozilla-firefox-sync-server ffsync >/dev/null
chown -R ffsync:ffsync /var/lib/mozilla-firefox-sync-server /etc/webapps/mozilla-firefox-sync-server
#systemd-tmpfiles --create ffsync.conf
}
post_update() {