From 2b716bc141481bd1b4001cf5736bd1dcd19d4a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 6 Nov 2013 15:42:59 +0100 Subject: [PATCH] pm-utils: do not load PM_FUNCTIONS - not used in our scripts And not available when called from systemd --- pm-utils/51qubes-suspend-netvm | 2 -- 1 file changed, 2 deletions(-) diff --git a/pm-utils/51qubes-suspend-netvm b/pm-utils/51qubes-suspend-netvm index 21839cc..c9e3c2d 100755 --- a/pm-utils/51qubes-suspend-netvm +++ b/pm-utils/51qubes-suspend-netvm @@ -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 " "`