2023-09-06 05:27:32 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2023-11-07 07:05:27 +00:00
|
|
|
sudo mkdir -p /etc/sdt/device-heartbeat
|
2023-09-06 05:27:32 +00:00
|
|
|
sudo cp device-heartbeat /usr/bin/
|
|
|
|
sudo cp device-heartbeat.service /etc/systemd/system/
|
|
|
|
sudo systemctl start device-heartbeat
|
|
|
|
sudo systemctl enable device-heartbeat
|