raspiblitz/home.admin/assets/bootstrap.service

18 lines
317 B
SYSTEMD
Raw Normal View History

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