diff options
author | mail_redacted_for_web | 2018-07-09 21:48:53 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2018-07-09 21:48:53 +0200 |
commit | d3d3a31be77f6c62aef4494fa7c8cde3269d0ded (patch) | |
tree | 700cb7113882599b97d896a9b051245b7fcf794c /etc/systemd/system/kvm-clustervm@.service | |
parent | 8682d695ed430956752a000de79674261b63f19f (diff) | |
download | systemd-units-d3d3a31be77f6c62aef4494fa7c8cde3269d0ded.tar.bz2 |
cleanup in units
Diffstat (limited to 'etc/systemd/system/kvm-clustervm@.service')
-rw-r--r-- | etc/systemd/system/kvm-clustervm@.service | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/etc/systemd/system/kvm-clustervm@.service b/etc/systemd/system/kvm-clustervm@.service index f21cbcd..9300f38 100644 --- a/etc/systemd/system/kvm-clustervm@.service +++ b/etc/systemd/system/kvm-clustervm@.service @@ -1,13 +1,7 @@ -# Work in progress: -# - Start needs to be more sophisticated in reaction to state of domains -# - Stop should not just do a post-sleep, but instead the post section should -# carry a script polling the state of the machine and hammering it into the -# coffing after a certain timeout [Unit] Description=VM %i (with cluster inside) -Wants=kvm-infravm@iscsi.service +Requires=kvm-infravm@iscsi.service After=kvm-infravm@iscsi.service -Wants=lvm2-monitor.service Requires=libvirtd.service Requires=kvm-firewall.service Requires=kvm-network@sosaria05.service |