1

Topic: update-rc.d iredapd?

Hi,

i installed iredapd 1.2.3 and copied the init script to /etc/init.d (ubuntu machine)
Shouldn't you do a update-rc.d after that to make this script start everytime you boot the machine?

Greets

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: update-rc.d iredapd?

Works for me on Ubuntu 8.04:

# update-rc.d iredapd defaults
 Adding system startup for /etc/init.d/iredapd ...
   /etc/rc0.d/K20iredapd -> ../init.d/iredapd
   /etc/rc1.d/K20iredapd -> ../init.d/iredapd
   /etc/rc6.d/K20iredapd -> ../init.d/iredapd
   /etc/rc2.d/S20iredapd -> ../init.d/iredapd
   /etc/rc3.d/S20iredapd -> ../init.d/iredapd
   /etc/rc4.d/S20iredapd -> ../init.d/iredapd
   /etc/rc5.d/S20iredapd -> ../init.d/iredapd

3

Re: update-rc.d iredapd?

Yeah sure. I didn't mean it wouldn't work. But I didn't find it in the installation guide.

4

Re: update-rc.d iredapd?

fire-development wrote:

But I didn't find it in the installation guide.

Oh, My mistake. Already updated installation tutorial.

Thanks for your remind smile