[CentOS] Slow to reboot

Wed Jan 13 19:48:14 UTC 2016
Jerry Geis <geisj at pagestation.com>

I have CentOS 7.2 installed and when I issue a reboot
I get a message about "A stop job is running" and its my process I start
with
a service file.

My service file just runs a script.
Type=forking
ExecStart=/path/to/myscript

What do I add so the reboot process goes faster  ?

My process does not need to stop anything before allowing the reboot.
No databases are open or anything...

Thanks,

Jerry