daemons are now WantedBy multi-user.target instead of basic.target (#1010260)
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
269fc427e9
commit
10e51ea654
@ -225,6 +225,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Fri Sep 20 2013 Tomas Hozza <thozza@redhat.com> - 0-0.2.20130826git
|
* Fri Sep 20 2013 Tomas Hozza <thozza@redhat.com> - 0-0.2.20130826git
|
||||||
- Use 'hypervkvpd' directory in libexec for KVP daemon scripts (#1010268)
|
- Use 'hypervkvpd' directory in libexec for KVP daemon scripts (#1010268)
|
||||||
|
- daemons are now WantedBy multi-user.target instead of basic.target (#1010260)
|
||||||
|
|
||||||
* Mon Aug 26 2013 Tomas Hozza <thozza@redhat.com> - 0-0.1.20130826git
|
* Mon Aug 26 2013 Tomas Hozza <thozza@redhat.com> - 0-0.1.20130826git
|
||||||
- Initial package
|
- Initial package
|
||||||
|
@ -7,4 +7,4 @@ Type=simple
|
|||||||
ExecStart=/usr/sbin/hypervkvpd
|
ExecStart=/usr/sbin/hypervkvpd
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=basic.target
|
WantedBy=multi-user.target
|
||||||
|
@ -6,4 +6,4 @@ ConditionVirtualization=microsoft
|
|||||||
ExecStart=/usr/sbin/hypervvssd
|
ExecStart=/usr/sbin/hypervvssd
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=basic.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user