diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-03-04 00:01:08 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-03-04 00:01:08 -0500 |
commit | 964aeaa9c1eac3fafa73ef9abf344613a093cb06 (patch) | |
tree | 62b2d2daf19445ab32363bb6fbe990cd098d9a1f /packages/debian/rules.in | |
parent | d02a257063db96f487510b9841a9a396ef2675af (diff) | |
download | vyos-cloud-init-964aeaa9c1eac3fafa73ef9abf344613a093cb06.tar.gz vyos-cloud-init-964aeaa9c1eac3fafa73ef9abf344613a093cb06.zip |
postinst/preinst: cleanup old multi-user.target enabled files
also, actually enable the services.
now this will have them enabled in the cloud-init.target.
Diffstat (limited to 'packages/debian/rules.in')
-rwxr-xr-x | packages/debian/rules.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/debian/rules.in b/packages/debian/rules.in index 16f9b817..a24720f4 100755 --- a/packages/debian/rules.in +++ b/packages/debian/rules.in @@ -17,8 +17,5 @@ override_dh_auto_test: http_proxy= make check endif -override_dh_systemd_enable: - dh_systemd_enable --no-enable - override_dh_systemd_start: dh_systemd_start --no-restart-on-upgrade --no-start |