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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue