Difference between revisions of "Unix and Linux config"
From Wiki at Neela Nurseries
m (→^ systemd and systemctl note =: - just added few notes on systemd and dot service start up files.) |
m |
||
Line 1: | Line 1: | ||
+ | <center> | ||
+ | [[Unix_and_Linux_config|Unix and Linux config]] :: [[Containers_and_virtual_machines|Containers]] :: [[Compute_clusters|Clusters]] :: <link> | ||
+ | </center> | ||
Revision as of 19:04, 2 June 2021
Unix and Linux config :: Containers :: Clusters :: <link>
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