Skip to content

Commit

Permalink
Introduce compat-manager systemd unit (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaitanyaKulkarni28 authored Feb 11, 2025
1 parent 63863cb commit bdf9fdb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google-guest-agent-manager.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Google Compute Engine Guest Agent Plugin Manager
After=google-guest-agent.service
Wants=google-guest-agent.service
After=network-online.target syslog.service
After=network.service networking.service NetworkManager.service systemd-networkd.service

[Service]
Type=notify
Expand Down
12 changes: 12 additions & 0 deletions google-guest-compat-manager.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Unit]
Description=Google Compute Engine Guest Compat Manager
After=network-online.target syslog.service
After=network.service networking.service NetworkManager.service systemd-networkd.service

[Service]
Type=notify
ExecStart=/usr/bin/google_guest_compat_manager
Restart=always

[Install]
WantedBy=multi-user.target

0 comments on commit bdf9fdb

Please sign in to comment.