22 lines
377 B
Markdown
22 lines
377 B
Markdown
# Installation of firefox sync 1.5 with systemd
|
|
|
|
## install packages
|
|
apt-get install python-dev git-core python-virtualenv g++ make
|
|
|
|
## add user and group
|
|
groupadd ffsync
|
|
useradd -r -s /usr/bin/false -g ffsync -G ffsync,http -d /var/lib/ffsync ffsync
|
|
|
|
## create installation directory
|
|
|
|
|
|
|
|
## create systemd config
|
|
|
|
### tempfiles config
|
|
|
|
### startup config
|
|
|
|
|
|
## configure server
|