Forum

Full Version: [SOLVED]adding btsync to autostart
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
Im trying add btsync to autostart:

Terminal

$ sudo update-rc.d btsync defaults
update-rc.d: warning: /etc/init.d/btsync missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
Adding system startup for /etc/init.d/btsync ...
/etc/rc0.d/K20btsync -> ../init.d/btsync
/etc/rc1.d/K20btsync -> ../init.d/btsync
/etc/rc6.d/K20btsync -> ../init.d/btsync
/etc/rc2.d/S20btsync -> ../init.d/btsync
/etc/rc3.d/S20btsync -> ../init.d/btsync
/etc/rc4.d/S20btsync -> ../init.d/btsync
/etc/rc5.d/S20btsync -> ../init.d/btsync

after rebooting btsync dont start have to do it manually, checked wiki for this issue, but im linux noob so dunno how to sort it out.

So help ? plz Smile
after start, what runlevel is system in?

Code:
sudo runlevel

(what version of XBian are you running?)
(21st Nov, 2013 01:45 PM)mk01 Wrote: [ -> ]after start, what runlevel is system in?

Code:
sudo runlevel

(what version of XBian are you running?)

N2
Beta2
@pit79

and it works from console with

Code:
sudo service btsync start

?

you can check /var/log/upstart/rc.log for output of scripts started / stopped during runlevels.
(21st Nov, 2013 03:04 PM)mk01 Wrote: [ -> ]@pit79

and it works from console with

Code:
sudo service btsync start

?

you can check /var/log/upstart/rc.log for output of scripts started / stopped during runlevels.

Now i got it ... no such file or directory Tongue mkdir btsync and copy FILE btsync into and works Tongue

Thx for help
Please add solved to the thread title. Glad you got it working.
Reference URL's