install.sh 309 B

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