From de9024c59cf9da6b98f76b0386bddc0615b05a3f Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Mon, 16 May 2016 01:33:48 -0700 Subject: [PATCH] Fix qvm-serivce commands --- privacy/anonymizing-your-MAC-address.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/privacy/anonymizing-your-MAC-address.md b/privacy/anonymizing-your-MAC-address.md index 431a9627..ea3b623a 100644 --- a/privacy/anonymizing-your-MAC-address.md +++ b/privacy/anonymizing-your-MAC-address.md @@ -133,8 +133,8 @@ Open your VM settings for `sys-net`, navigate to Services, and add the new servi Alternatively, you can enable these services for `sys-net` from the command line by opening up Terminal in `dom0` and running the following: ``` -qubes-service -e sys-net macspoof-wlp0s1 -qubes-service -e sys-net macspoof-enp0s0 +qvm-service -e sys-net macspoof-wlp0s1 +qvm-service -e sys-net macspoof-enp0s0 ``` Now restart `sys-net`.