jhuckaby / pixl-boot

Register your service to launch on server startup (Linux / OS X).
3 stars 2 forks source link

Added $ to Required-Start #1

Closed trave closed 7 years ago

trave commented 7 years ago

Without $ prefix i got error:

update-rc.d: error: insserv rejected the script header

Also added if statement for prevent false positive output when update-rc.d failed.

jhuckaby commented 7 years ago

OMG I was so sloppy. I obviously failed to even test this on Ubuntu. Thank you @trave for the PR! Much appreciated.