From 9c2f48c2656fa3a8b7da90043feb42c469e14caa Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 9 May 2023 00:01:07 -0400 Subject: [PATCH] Update monitor-all.sh spelling --- misc/monitor-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/monitor-all.sh b/misc/monitor-all.sh index a72300c6..fed2652a 100644 --- a/misc/monitor-all.sh +++ b/misc/monitor-all.sh @@ -93,7 +93,7 @@ Description=Ping instances every 5 minutes and restarts if necessary [Service] Type=simple # Include the CT/VM ID at the end of the line where ExecStart=/usr/local/bin/ping-instances.sh is specified, -# to indicate which CT/VN should be excluded. Example: ExecStart=/usr/local/bin/ping-instances.sh 100 102 +# to indicate which CT/VM should be excluded. Example: ExecStart=/usr/local/bin/ping-instances.sh 100 102 ExecStart=/usr/local/bin/ping-instances.sh Restart=always StandardOutput=file:/var/log/ping-instances.log