diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-21 16:48:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-21 16:48:58 +0100 |
commit | bd1b8cb60a0e41fac3790a9cc4b20a90566005fb (patch) | |
tree | 6353962e5e9341bcb170e0ef8c9c23664ee4d1ff /data/live-build-config/hooks | |
parent | 1d3761114270a6c7f6ec61a134352b04f1fbd8d9 (diff) | |
parent | 10b5c5bc93f5d9bb99c5523f41a97d49a833a453 (diff) | |
download | vyos-build-bd1b8cb60a0e41fac3790a9cc4b20a90566005fb.tar.gz vyos-build-bd1b8cb60a0e41fac3790a9cc4b20a90566005fb.zip |
Merge pull request #474 from indrajitr/cleanup-openssh
ssh: T5841: Remove ssh-session-cleanup.service
Diffstat (limited to 'data/live-build-config/hooks')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
1 files changed, 0 insertions, 1 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 4dc880ca..08404a62 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 @@ -76,7 +76,6 @@ systemctl disable dpkg-db-backup.service systemctl disable zabbix-agent2.service echo I: Enabling services -systemctl enable ssh-session-cleanup.service systemctl enable vyos-hostsd.service systemctl enable acpid.service systemctl enable vyos-router.service |