Created
August 2, 2023 00:35
-
-
Save andrewhodel/b65aaa05468f0b17c04b24f2e7839750 to your computer and use it in GitHub Desktop.
Revisions
-
andrewhodel renamed this gist
Aug 2, 2023 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
andrewhodel created this gist
Aug 2, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ sudo systemctl status rc-local sudo systemctl enable rc-local sudo systemctl start rc-local sudo systemctl status rc-local # it doesn't start because /etc/rc.d/rc.local does not exist sudo ln -s /etc/rc.local /etc/rc.d/rc.local sudo systemctl start rc-local sudo systemctl status rc-local # works