raspiblitz/home.admin/assets/bootstrap.service
2019-02-06 11:16:43 +00:00

17 lines
316 B
Desktop File

# Boostrap the RaspiBlitz
# /etc/systemd/system/bootstrap.service
[Unit]
Description=execute on every startup before everything else
After=network.target
[Service]
User=root
Group=root
Type=simple
RemainAfterExit=true
ExecStart=/home/admin/_bootstrap.sh
StandardOutput=journal
[Install]
WantedBy=multi-user.target