mirror of
https://github.com/YunoHost-Apps/ffsync_ynh.git
synced 2024-09-03 18:26:38 +02:00
Update install
This commit is contained in:
parent
3a32a8a1c9
commit
ffddd07f59
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ sudo usermod -a -G ffsync www-data
|
|||
#enable services
|
||||
sudo chmod +x /etc/init.d/ffsync
|
||||
sudo update-rc.d ffsync defaults
|
||||
sudo service ffsync start
|
||||
$final_path/local/bin/gunicorn_paster $final_path/syncserver.ini --access-logfile /var/log/ffsync.log --daemon -p /tmp/sync.pid
|
||||
sudo service ffsync restart
|
||||
|
||||
# Reload Nginx and regenerate SSOwat conf
|
||||
sudo service nginx reload
|
||||
|
|
Loading…
Reference in a new issue