Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aab

Check warning on line 1 in .github/actions/spelling/expect.txt

View workflow job for this annotation

GitHub Actions / Check Spelling

Skipping `.github/actions/spelling/expect.txt` because it seems to have more noise (367) than unique words (0) (total: 368 / 0). (noisy-file)
AAFFBB
aarch
abe
Expand Down Expand Up @@ -281,6 +281,7 @@
Swatinem
SWbem
sysinfoapi
sysinit
SYSLIB
SYSTEMDRIVE
taiki
Expand Down Expand Up @@ -364,3 +365,3 @@
xxxx
xxxxxxxx
xxxxxxxxxxx
Expand Down
6 changes: 5 additions & 1 deletion proxy_agent_setup/src/linux/azure-proxy-agent.service
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[Unit]
Description=Microsoft Azure GuestProxyAgent
# azure-proxy-agent supposed to be an early boot and late system shutdown service
DefaultDependencies=no
Comment thread
ZhidongPeng marked this conversation as resolved.
After=local-fs.target
Before=network-pre.target
Wants=network-pre.target
# Baseline init + clean shutdown
Before=shutdown.target
Conflicts=shutdown.target

[Service]
Type=simple
Expand Down
Loading