install.sh 122 B

12345
  1. #!/bin/bash
  2. cp monitor.service /etc/systemd/system/monitor.service
  3. systemctl daemon-reload
  4. systemctl enable --now monitor