Starting, stopping, and restarting the meter
Refer to the following sections for managing the meter on various operating systems:
FreeBSD
Action | Command |
---|---|
Start the meter | /etc/rc.d/truesight-meter start |
Stop the meter | /etc/rc.d/truesight-meter stop |
Restart the meter | /etc/rc.d/truesight-meter stop /etc/rc.d/truesight-meter start |
Linux
Action | Command |
---|---|
Start the meter | sudo /etc/init.d/truesight-meter start |
Stop the meter | sudo /etc/init.d/truesight-meter stop |
Restart the meter | sudo /etc/init.d/truesight-meter restart |
systemd
Action | Command |
---|---|
Start the meter | systemctl start truesight-meter.service |
Stop the meter | systemctl stop truesight-meter.service |
Restart the meter | systemctl restart truesight-meter.service |
View status | systemctl status truesight-meter.service |
Windows
Use the Windows Services program to manage the meter or use the command prompt:
Action | Command |
---|---|
Start the meter | sc start truesight_meter |
Stop the meter | sc stop truesight_meter |
Restart the meter | sc stop truesight_meter sc start truesight_meter |
View status | sc query truesight_meter |