M404 Installation Notes: Difference between revisions

From blinkenwiki

Created page with "To set up and enable the m404 service: # Copy m404 to /etc/init.d # sudo update-rc.d m404 defaults # sudo update-rc.d m404 enable Now things like service m404 start will wor..."
 
No edit summary
 
Line 2: Line 2:


# Copy m404 to /etc/init.d
# Copy m404 to /etc/init.d
# sudo update-rc.d m404 defaults
# <code>sudo update-rc.d m404 defaults</code>
# sudo update-rc.d m404 enable
# <code>sudo update-rc.d m404 enable</code>


Now things like service m404 start will work, and the service will start on boot.
Now things like service m404 start will work, and the service will start on boot.

Latest revision as of 02:02, 13 June 2021

To set up and enable the m404 service:

  1. Copy m404 to /etc/init.d
  2. sudo update-rc.d m404 defaults
  3. sudo update-rc.d m404 enable

Now things like service m404 start will work, and the service will start on boot.