1
0
Fork 0
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:
abeudin 2015-02-14 19:15:33 +01:00
parent 3a32a8a1c9
commit ffddd07f59

View file

@ -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