diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-08-21 03:21:29 -0400 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-08-21 03:21:29 -0400 |
commit | 372bad3d5d11572142443dfd7c4b28827bbde458 (patch) | |
tree | 40fbcdc1d3f7673a3c81215b148f344b157d6fcc /data/live-build-config/hooks/live/18-enable-disable_services.chroot | |
parent | 204e0cb825de1d221b7b33a5766bd47be6d4ec06 (diff) | |
download | vyos-build-372bad3d5d11572142443dfd7c4b28827bbde458.tar.gz vyos-build-372bad3d5d11572142443dfd7c4b28827bbde458.zip |
T1598: enable vyos-hostsd by on startup.
Diffstat (limited to 'data/live-build-config/hooks/live/18-enable-disable_services.chroot')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/live/18-enable-disable_services.chroot b/data/live-build-config/hooks/live/18-enable-disable_services.chroot index 787510e0..0caed88a 100755 --- a/data/live-build-config/hooks/live/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/live/18-enable-disable_services.chroot @@ -39,3 +39,5 @@ systemctl disable strongswan.service systemctl disable frr.service systemctl disable salt-minion.service systemctl disable nginx.service + +systemctl enable vyos-hostsd.service |