Search found 1 match
- Mon Aug 09, 2021 2:15 pm
- Forum: General Questions
- Topic: Run service on startup
- Replies: 0
- Views: 9618
Run service on startup
hi, I'm new to ghost bsd and am trying to run a service at startup. For this a created a rc.d script according to the FreeBsd handbook, placed it in /etc/init.d and enabled it in /etc/rc.conf. After executing "rc-update add <name> default" i can now see it in /etc/runlevels/default and it ...