From 10e991744326e3d041250d842bc52ddda3c65ffb Mon Sep 17 00:00:00 2001 From: UnicronNL Date: Sun, 14 Oct 2018 21:38:16 +0200 Subject: set correct service name for postrm --- debian/vyatta-cfg.postrm.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/vyatta-cfg.postrm.in b/debian/vyatta-cfg.postrm.in index b4cbc80..cc01594 100644 --- a/debian/vyatta-cfg.postrm.in +++ b/debian/vyatta-cfg.postrm.in @@ -1,7 +1,5 @@ #!/bin/bash -e if [ "$1" = "purge" ]; then - systemctl disable vyos-initialize.service >/dev/null || exit $? - systemctl disable vyos-config-load.service >/dev/null || exit $? + systemctl disable vyos-router.service >/dev/null || exit $? fi - -- cgit v1.2.3