Revert "[hostcfgd] Delay hostcfgd and aaastatsd for faster boot time (#7965)" (#8705)

cause regression on the kvm testing

This reverts commit 76d5223c9a.
This commit is contained in:
Guohan Lu 2021-09-08 08:45:16 -07:00 committed by GitHub
parent 74134c0bb6
commit f4dea87cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 22 deletions

View File

@ -12,3 +12,6 @@ Restart=on-failure
RestartSec=10
TimeoutStopSec=3
[Install]
WantedBy=sonic.target

View File

@ -1,11 +0,0 @@
[Unit]
Description=Delays aaastatsd daemon until SONiC has started
PartOf=aaastatsd.service
[Timer]
OnActiveSec=1min 30 sec
Unit=aaastatsd.service
[Install]
WantedBy=timers.target sonic.target

View File

@ -9,3 +9,6 @@ After=sonic.target
Type=simple
ExecStart=/usr/local/bin/hostcfgd
[Install]
WantedBy=sonic.target

View File

@ -1,11 +0,0 @@
[Unit]
Description=Delays hostcfgd daemon until SONiC has started
PartOf=hostcfgd.service
[Timer]
OnActiveSec=1min 30 sec
Unit=hostcfgd.service
[Install]
WantedBy=timers.target sonic.target