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
ffddd07f59
commit
0c70ea0572
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ sudo usermod -a -G ffsync www-data
|
||||||
#enable services
|
#enable services
|
||||||
sudo chmod +x /etc/init.d/ffsync
|
sudo chmod +x /etc/init.d/ffsync
|
||||||
sudo update-rc.d ffsync defaults
|
sudo update-rc.d ffsync defaults
|
||||||
$final_path/local/bin/gunicorn_paster $final_path/syncserver.ini --access-logfile /var/log/ffsync.log --daemon -p /tmp/sync.pid
|
sudo $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
|
sudo service ffsync restart
|
||||||
|
|
||||||
# Reload Nginx and regenerate SSOwat conf
|
# Reload Nginx and regenerate SSOwat conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue