Skip to content

Commit

Permalink
dont duplicate logs (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
hopkiw authored Nov 11, 2021
1 parent 8c36e06 commit b0c8cbd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion google-guest-agent.service
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Type=notify
ExecStart=/usr/bin/google_guest_agent
OOMScoreAdjust=-999
Restart=always
StandardOutput=journal+console

[Install]
WantedBy=sshd.service
Expand Down
1 change: 0 additions & 1 deletion google-shutdown-scripts.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RemainAfterExit=true
ExecStop=/usr/bin/google_metadata_script_runner shutdown
TimeoutStopSec=0
KillMode=process
StandardOutput=journal+console

[Install]
WantedBy=multi-user.target
1 change: 0 additions & 1 deletion google-startup-scripts.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Type=oneshot
ExecStart=/usr/bin/google_metadata_script_runner startup
#TimeoutStartSec is ignored for Type=oneshot service units.
KillMode=process
StandardOutput=journal+console

[Install]
WantedBy=multi-user.target

0 comments on commit b0c8cbd

Please sign in to comment.