mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
adding killmode to keep presync script running
This commit is contained in:
parent
13eed640fb
commit
0ea11195ee
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user