Skip to content

Commit

Permalink
Remove dependency from the service (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
outofforest committed Feb 24, 2024
1 parent 9dc82a7 commit 69db243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/osman.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Osman starts and stops VMs
Requires=virtqemud.service virtnetworkd.service virtqemud-admin.socket
After=virtqemud.service virtnetworkd.service virtqemud-admin.socket
Requires=virtqemud.service virtnetworkd.service
After=virtqemud.service virtnetworkd.service

[Service]
Type=oneshot
Expand Down

0 comments on commit 69db243

Please sign in to comment.