joininbox/scripts/standalone/bootstrap.service
openoms 7c5c95ffd7
add bootstrap.service for standalone builds (#23)
* build: add bootsrap.service for standalone run

* FAQ: build the SDcard image

* fix file permissions in git
2021-02-10 11:59:59 +00:00

19 lines
No EOL
428 B
Desktop File

# boostrap.service
# based on https://github.com/rootzoll/raspiblitz/blob/v1.6/home.admin/assets/bootstrap.service
# /etc/systemd/system/bootstrap.service
[Unit]
Description=Execute on every startup before everything else
After=network.target
[Service]
User=root
Group=root
Type=oneshot
RemainAfterExit=true
ExecStart=/home/admin/_bootstrap.sh
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target