memo@ecpplus

How to add programs to rcX.d on Raspbian

2017-08-29

How to autostart programs on Raspbian. (Raspberry Pi)

For example, how to enable/disable mysql-server.

Enable autostarting.

$ sudo insserv -d mysql

Disable autostarting.

$ sudo insserv -r mysql

Contents

<  Change key repeat interval on OSX
How to make new phoenix project with MySQL >
© 2021 memo@ecpplus  Powered by Hugo with theme Minos