This commit is contained in:
2024-06-30 22:08:47 -04:00
parent 0e030c9c9c
commit 84fcf10c20

View File

@@ -247,7 +247,8 @@ links (ctrl+click to follow):
cockpit (administrators): http://localhost:9090
robot cam...............: http://localhost:8888
robot computer..........: vnc://192.168.16.101:5900
manual..................: https://docs.google.com/document/d/1K_KwAlv8Zljmy-enwmhT6gMTFutlAFglixvpLGBx0VY"
manual..................: https://docs.google.com/document/d/1K_KwAlv8Zljmy-enwmhT6gMTFutlAFglixvpLGBx0VY
"
EOF
# Scheduled reboot
@@ -312,7 +313,7 @@ EOF
generate-services() {
service="/usr/lib/systemd/system/generate-motd.service"
timer="/usr/lib/systemd/system/generate-motd.timer"
cat <<- "EOF" > "$service"
cat <<-EOF > "$service"
[Unit]
Description=Generate MoTD
@@ -323,7 +324,7 @@ generate-services() {
[Install]
WantedBy=default.target
EOF
cat <<- 'EOF' > "$timer"
cat <<-'EOF' > "$timer"
[Unit]
Description=Generate MoTD every minute on a timer