Unix and Linux config

From Wiki at Neela Nurseries
Revision as of 16:32, 27 May 2021 by Ted (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Article on ways to start programs automatically as a Linux system boots into multi-use mode:


^ systemd and systemctl note =

 Necessary to run the following after adding a .service file:
sudo systemctl daemon-reload
sudo systemctl enable my_new_service.service

sudo systemctl start my_new_service.service