pm-utils: do not load PM_FUNCTIONS - not used in our scripts
And not available when called from systemd
This commit is contained in:
parent
c09b02a6c7
commit
2b716bc141
@ -1,7 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
. "${PM_FUNCTIONS}"
|
||||
|
||||
get_running_netvms() {
|
||||
# Actually get running VMs with PCI devices attached
|
||||
RUNNING_VMS=`xl list | tail -n +3 | cut -f 1 -d " "`
|
||||
|
Loading…
Reference in New Issue
Block a user