diff options
author | John Estabrook <jestabro@vyos.io> | 2020-08-28 15:43:25 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2020-08-31 09:33:47 -0500 |
commit | c3c1fa4518f7889f8d65188b6069f4b07071133a (patch) | |
tree | 67d9f9111d39f817b1b79dbd8399e0db129b095e /data/live-build-config | |
parent | 323ee69e8e11d69642e7a18da990d83b05cd3273 (diff) | |
download | vyos-build-c3c1fa4518f7889f8d65188b6069f4b07071133a.tar.gz vyos-build-c3c1fa4518f7889f8d65188b6069f4b07071133a.zip |
configd: T2582: enable vyos-configd.service
Diffstat (limited to 'data/live-build-config')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
1 files changed, 1 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 0ac9215f..92312276 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 @@ -52,3 +52,4 @@ echo I: Enabling services systemctl enable ssh-session-cleanup.service systemctl enable vyos-hostsd.service systemctl enable acpid.service +systemctl enable vyos-configd.service |