updated to version 1.8
This commit is contained in:
parent
cccaeb91b8
commit
b97f0c9f22
3 changed files with 13 additions and 11 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue