Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pastudan authored Apr 21, 2022
1 parent 4b66230 commit 25adbb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ if [[ ! -f $FB_PATH ]]; then
fi
chown -R kubesail-agent: /opt/kubesail/
cat <<'EOF' > /etc/systemd/system/pibox-framebuffer.service
[Unit]
Requires=multi-user.target
After=multi-user.target
[Service]
ExecStart=/opt/kubesail/pibox-framebuffer
Restart=always
Expand All @@ -110,4 +113,4 @@ EOF
systemctl daemon-reload

systemctl enable pibox-first-boot.service
systemctl enable pibox-framebuffer.service
systemctl enable pibox-framebuffer.service

0 comments on commit 25adbb2

Please sign in to comment.