From eb74ccc1b1afe1f9dd0f0e7e0721e4b9755a8b73 Mon Sep 17 00:00:00 2001 From: Jeff Deaton Date: Mon, 7 Oct 2019 21:56:40 -0600 Subject: [PATCH] Updates --- debian/dump1090-fa.postinst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/debian/dump1090-fa.postinst b/debian/dump1090-fa.postinst index 3f111f9..ed71d2d 100644 --- a/debian/dump1090-fa.postinst +++ b/debian/dump1090-fa.postinst @@ -82,12 +82,6 @@ case "$1" in 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)