diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-10-28 19:36:21 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-10-28 19:36:21 +0100 |
commit | 556357b9cd970c1b6ba3fc5fd3d34c35e057f0dc (patch) | |
tree | 617c5d70f6f84dafee412e7f44059f8a265187d1 /debian/rules | |
parent | 477396a0e1069f8876ec069ec01edb8523548cf6 (diff) | |
parent | 7cad0a47a07c5b32e1b547e6b293a1f96daf39ba (diff) | |
download | vyatta-cfg-556357b9cd970c1b6ba3fc5fd3d34c35e057f0dc.tar.gz vyatta-cfg-556357b9cd970c1b6ba3fc5fd3d34c35e057f0dc.zip |
Merge branch 'current' into crux
Conflicts:
debian/vyatta-cfg.vyatta-router.service
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index eab1375..2603b2d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,9 @@ #!/usr/bin/make -f +DIR := debian/vyatta-cfg +VYOS_LIBEXEC_DIR := usr/libexec/vyos +SYSTEM_GENERATORS_DIR := lib/systemd/system-generators + export DH_OPTIONS ## uncomment to enable hardening @@ -44,5 +48,6 @@ override_dh_install: dh_install $(inst_opts) override_dh_systemd_enable: - dh_systemd_enable -pvyatta-cfg --name vyatta-router vyatta-router.service + dh_systemd_enable -pvyatta-cfg --name vyos-router vyos-router.service + dh_systemd_enable -pvyatta-cfg --name vyos vyos.target |