bwc-installer/heartbeat/install.sh

8 lines
227 B
Bash
Raw Normal View History

2023-09-11 01:56:25 +00:00
#!/bin/bash
2024-01-03 04:47:50 +00:00
# sudo mkdir -p /etc/sdt/device-heartbeat
2023-09-11 01:56:25 +00:00
sudo cp device-heartbeat /usr/local/bin/
sudo cp device-heartbeat.service /etc/systemd/system/
sudo systemctl start device-heartbeat
sudo systemctl enable device-heartbeat