1
0

install.sh 328 B

123456789101112
  1. # OLD:
  2. # mkdir -p /etc/systemd/system/service-monitor
  3. # cp -r ./conf/service-monitor /etc/systemd/system/service-monitor
  4. # cp ./conf/bin/service-failure-check.sh /usr/local/bin
  5. # cp ./conf/bin/service-watcher.sh /usr/local/bin
  6. # chmod +x /usr/local/bin/service-failure-check.sh
  7. # chmod +x /usr/local/bin/service-watcher.sh