Skip to content

Commit

Permalink
fix ordering of vso-pre-run service
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao authored Nov 27, 2024
1 parent 3822778 commit 4b85fb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes.container/usr/lib/systemd/user/vso-pre-run.service
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Unit]
Description=VSO Shell Pre-Run
After=podman.service podman-restart.service podman-auto-update.service

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStartPre=/usr/bin/wait-for-connection
ExecStart=/usr/bin/vso run -n -- echo vso container started

Expand Down

0 comments on commit 4b85fb5

Please sign in to comment.