Another option is to add commands on /etc/init.d/boot.local eg: vi /etc/init.d/boot.local add: /etc/init.d/postgresql start Regards. Michael Monnerie escreveu: > On Mittwoch, 28. März 2007 16:24 Alexander B. wrote: > >> How can I configure to auto-startup Postgres installed on Open Suse >> 10.1?? On other systems, just configure file start.conf to "auto". >> But on Suse ... >> > > In case you still need it: In SUSE, all start scripts are in /etc/init.d > To autostart one at bootup, use > insserv <scriptname> > to stop autostarting, use > insserv -r <scriptname> > > You can see which scripts start in /etc/init.d/rc3.d/ (replace 3 with 5 > if you have that runlevel). > > mfg zmi >