Skip to content

Instantly share code, notes, and snippets.

@Digital-Daz
Created August 13, 2019 22:26
Show Gist options
  • Save Digital-Daz/4096126066f654fccdf54172063b262d to your computer and use it in GitHub Desktop.
Save Digital-Daz/4096126066f654fccdf54172063b262d to your computer and use it in GitHub Desktop.
[Unit]
Description=/etc/rc.local
ConditionPathExists=/etc/rc.local
After=redis.service
[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