4 lines
112 B
Bash
4 lines
112 B
Bash
#!/bin/bash
|
|
echo "Services Status"
|
|
sudo systemctl status gpsd chrony influxdb telegraf grafana-server syslog-ng
|