Skip to content

Commit

Permalink
removes invalid restart for vso-pre-run
Browse files Browse the repository at this point in the history
Restart is not allowed for oneshot services
  • Loading branch information
taukakao committed Aug 1, 2024
1 parent c47cbdb commit 0c9dc76
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Description=VSO Shell Pre-Run
Type=oneshot
ExecStartPre=/usr/bin/wait-for-connection
ExecStart=/usr/bin/vso run -n -- echo vso container started
Restart=always

[Install]
WantedBy=default.target

0 comments on commit 0c9dc76

Please sign in to comment.