adding killmode to keep presync script running

This commit is contained in:
rootzoll 2018-11-29 02:04:47 +01:00
parent 13eed640fb
commit 0ea11195ee
2 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

@ -10,6 +10,7 @@ User=root
Group=root
Type=oneshot
ExecStart=/home/admin/_bootstrap.sh
KillMode=process
StandardOutput=journal
[Install]