Skip to content

Instantly share code, notes, and snippets.

@yspb
Created January 14, 2020 15:09
Show Gist options
  • Save yspb/8fad1c91bb5483d7cbde974fe34fc0d9 to your computer and use it in GitHub Desktop.
Save yspb/8fad1c91bb5483d7cbde974fe34fc0d9 to your computer and use it in GitHub Desktop.
[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