原因:systemctl执行脚本时需要知道脚本的解释器
解决方法:在脚本的开头加上#!/bin/sh
#!/bin/sh
参考:https://blog.csdn.net/shangyexin/article/details/80968202