Created
February 2, 2017 16:37
-
-
Save Steven1677/1201418dca426db383dbe3a62afafa26 to your computer and use it in GitHub Desktop.
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 characters
[Unit] | |
Description=Execute /etc/rc.local through systemd | |
[Service] | |
Type=oneshot | |
ExecStart=/etc/rc.local | |
TimeoutSec=0 | |
StandardInput=tty | |
RemainAfterExit=yes | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment