Files
raspiblitz/home.admin/assets/bootstrap.service
2018-12-06 18:42:49 +01:00

17 lines
325 B
Desktop File

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