Updates to enable and start the dump1090-fa service post install
This commit is contained in:
parent
50f0fc1c0a
commit
b1219ee3b8
|
|
@ -82,6 +82,12 @@ case "$1" in
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Enable and start dump1090-fa
|
||||||
|
echo "Enabling the dump1090-fa service..." >&2
|
||||||
|
systemctl enable dump1090-fa
|
||||||
|
echo "Starting the dump1090-fa service..." >&2
|
||||||
|
systemctl start dump1090-fa
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
abort-upgrade|abort-remove|abort-deconfigure)
|
abort-upgrade|abort-remove|abort-deconfigure)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue