Skip to content

Instantly share code, notes, and snippets.

@uneasyguy
Created July 18, 2019 20:10
Show Gist options
  • Save uneasyguy/7c2da32e1e1b0f9f74007b452b039676 to your computer and use it in GitHub Desktop.
Save uneasyguy/7c2da32e1e1b0f9f74007b452b039676 to your computer and use it in GitHub Desktop.
rc-local.service from youtube video
[Unit]
Description=/etc/rc.local Compatibility
ConditionPathExists=/etc/rc.local
[Service]
Type=forking
ExecStart=/etc/rc.local start
TimeoutSec=0
StandardOutput=tty
RemainAfterExit=yes
SysVStartPriority=99
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment