qubes/vm: minor formating

This commit is contained in:
Marek Marczykowski-Górecki 2016-09-12 06:09:45 +02:00
parent 8ca08c7790
commit 8b408a7a70
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -567,8 +567,8 @@ class QubesVM(qubes.vm.mix.net.NetVMMixin, qubes.vm.BaseVM):
retcode = subprocess.call(
["sudo", "ln", "-sf",
"/usr/lib/systemd/system/qubes-vm@.service",
"/etc/systemd/system/multi-user.target.wants/qubes-vm@{"
"}.service".format(self.name)])
"/etc/systemd/system/multi-user.target.wants/qubes-vm@"
"{}.service".format(self.name)])
else:
retcode = subprocess.call(
['sudo', 'systemctl', 'disable',