Update rebooters.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-06-05 04:59:46 +00:00
parent 850477f2c3
commit 2b8777af62
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ done
EOF EOF
# #
sudo cat > /lib/systemd/system/rebooter1.service sudo cat > /lib/systemd/system/rebooter1.service <<- "EOF"
[Unit] [Unit]
Description=Rebooter Service1 Description=Rebooter Service1
After=network.target After=network.target
@ -84,7 +84,7 @@ WantedBy=default.target
EOF EOF
# #
sudo cat > /lib/systemd/system/rebooter2.service sudo cat > /lib/systemd/system/rebooter2.service <<- "EOF"
[Unit] [Unit]
Description=Rebooter Service2 Description=Rebooter Service2
After=network.target After=network.target