raspiblitz/home.admin/assets/bootstrap.service

18 lines
336 B
SYSTEMD
Raw Normal View History

# Boostrap the RaspiBlitz
# /etc/systemd/system/bootstrap.service
[Unit]
2018-12-06 18:42:49 +01:00
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
2018-12-08 22:43:27 +01:00
Restart=no
[Install]
WantedBy=multi-user.target