change location of auto-pause binary

pull/11019/head
Medya Gh 2021-04-08 09:56:20 -07:00
parent 61aa26dec2
commit 1cda7d41ef
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Description=Auto Pause Service
[Service]
Type=simple
ExecStart=/usr/local/bin/auto-pause
ExecStart=/bin/auto-pause
Restart=always
[Install]

View File

@ -28,8 +28,8 @@ COPY 10-network-security.conf /etc/sysctl.d/10-network-security.conf
COPY 11-tcp-mtu-probing.conf /etc/sysctl.d/11-tcp-mtu-probing.conf
COPY clean-install /usr/local/bin/clean-install
COPY entrypoint /usr/local/bin/entrypoint
# must first run make out/auto-pause
COPY auto-pause /usr/local/bin/auto-pause
# must first run `make deploy/kicbase/auto-pause`
COPY auto-pause /bin/auto-pause
# Install dependencies, first from apt, then from release tarballs.
# NOTE: we use one RUN to minimize layers.