Your sync server is set up and working with the given command on official website : [http://docs.services.mozilla.com/howtos/run-sync-1.5.html](http://docs.services.mozilla.com/howtos/run-sync-1.5.html)
Now it's time to launch it durgin every reboot !
Go to /etc/init.d with the "root" user (he's the boss, isn't it ?)
(imagine your server is installed here : /home/XXXX/syncserver/syncserver ) + don't forget to create the "logs" folder in the syncserver folder
- make a file called syncserver.sh with inside : syncserverboot.txt
- then :
chmod +x syncserver.sh
- update the startup debian config with :
update-rc.d syncserver.sh defaults
- you can reboot now, and you can verify if server is running with the command
ps aux
, you will see a line where you server is stored...,
or
cd /etc/init.d
./syncserver.sh status
result should be : Daemon is already running [...]
Created by minos • Last edit by minos on 26.04.16 11:35
Firefox Sync Server 1.5 - Script to launch sync server during boot
- Wiki - Tutos - Notes ( MinosHome | MH8 )
- Linux
- Debian (et autres...)
- Firefox Sync Server 1.5 - Script to launch sync server during boot