mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update rebooters.sh
This commit is contained in:
parent
850477f2c3
commit
2b8777af62
|
|
@ -70,7 +70,7 @@ done
|
|||
|
||||
EOF
|
||||
#
|
||||
sudo cat > /lib/systemd/system/rebooter1.service
|
||||
sudo cat > /lib/systemd/system/rebooter1.service <<- "EOF"
|
||||
[Unit]
|
||||
Description=Rebooter Service1
|
||||
After=network.target
|
||||
|
|
@ -84,7 +84,7 @@ WantedBy=default.target
|
|||
|
||||
EOF
|
||||
#
|
||||
sudo cat > /lib/systemd/system/rebooter2.service
|
||||
sudo cat > /lib/systemd/system/rebooter2.service <<- "EOF"
|
||||
[Unit]
|
||||
Description=Rebooter Service2
|
||||
After=network.target
|
||||
|
|
|
|||
Loading…
Reference in New Issue