Skip to content

Instantly share code, notes, and snippets.

@johanburati
Created July 27, 2020 04:49
Show Gist options
  • Save johanburati/bdb9a93048abc538edfcaf1e533ff6fe to your computer and use it in GitHub Desktop.
Save johanburati/bdb9a93048abc538edfcaf1e533ff6fe to your computer and use it in GitHub Desktop.
rc-local.service
[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