@ -1,7 +1,5 @@
#!/bin/bash
echo "presync: background script started" >> $logFile
# This script runs on every start calles by boostrap.service
# It makes sure that the system is configured like the
# default values or as in the config.
@ -10,6 +10,7 @@ User=root
Group=root
Type=oneshot
ExecStart=/home/admin/_bootstrap.sh
KillMode=process
StandardOutput=journal
[Install]