Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1404 from kinvolk/surajssd/remain-after-exit
Browse files Browse the repository at this point in the history
EM: Add remain RemainAfterExit to metadata service
  • Loading branch information
surajssd authored Mar 2, 2021
2 parents 7849aa8 + e88cedf commit 03b0b6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ systemd:
Description=Flatcar Container Linux Metadata Agent
[Service]
Type=oneshot
RemainAfterExit=true
Restart=on-failure
RestartSec=10s
Environment=COREOS_METADATA_OPT_PROVIDER=--cmdline
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ systemd:
Description=Flatcar Container Linux Metadata Agent
[Service]
Type=oneshot
RemainAfterExit=true
Restart=on-failure
RestartSec=10s
Environment=COREOS_METADATA_OPT_PROVIDER=--cmdline
Expand Down
Loading

0 comments on commit 03b0b6f

Please sign in to comment.