X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=init.d%2FREADME;h=e08e77bdac929bbc93f7981cf1e7a50cc8ec4c89;hp=deee8807462d27772704bffa3b02cd090af5a8a5;hb=617af75f7419e95a9c3ea05b05cf21957acc331c;hpb=cfeb65d0e5ef33ef54cf0e5aaa7b3790bf80bff3 diff --git a/init.d/README b/init.d/README index deee880..e08e77b 100644 --- a/init.d/README +++ b/init.d/README @@ -34,7 +34,19 @@ Debian Linux: When configure.pl is run, the script debian-backuppc is created. -(Can a Debian user add some instructions here??) +Copy the debian startup script: + + cp debian-backuppc /etc/init.d/backuppc + +Run the following command to install in rc.d: + + update-rc.d backuppc defaults + +Set the correct init.d rights: + + chmod 755 /etc/init.d/backuppc + +Usage: /etc/init.d/backuppc {start|stop|restart|reload} Suse Linux: ==========