Skip to content

Commit

Permalink
Fix tag reference in systemd service (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
outofforest committed Jul 5, 2023
1 parent 73d9747 commit ebbf282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/osman.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=virtqemud.service virtnetworkd.service virtqemud-admin.socket
[Service]
Type=oneshot
Environment="HOME=/root"
ExecStart=/bin/sh -c "/usr/bin/osman drop --type=vm --all && /usr/bin/osman start :auto"
ExecStart=/bin/sh -c "/usr/bin/osman drop --type=vm --all && /usr/bin/osman start @auto"
ExecStop=/bin/sh -c "/usr/bin/osman stop --all && /usr/bin/osman drop --type=vm --all"
RemainAfterExit=true

Expand Down

0 comments on commit ebbf282

Please sign in to comment.