correct typo in service setup

Change-Id: Ia9782adaf0c36a73a94d27de8b252c04f34c68e6
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-06-27 18:04:57 -05:00
parent d4168c9be0
commit 9407b555b7
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@
systemd_group_name: "root"
systemd_tempd_prefix: machine
systemd_slice_name: machine
system_lock_path: /var/lock/machine
systemd_lock_path: /var/lock/machine
systemd_services:
- service_name: "nspawn-macvlan"
program_sandboxing:
@ -175,7 +175,7 @@
systemd_group_name: "root"
systemd_tempd_prefix: machine
systemd_slice_name: machine
system_lock_path: /var/lock/machine
systemd_lock_path: /var/lock/machine
systemd_CPUAccounting: true
systemd_BlockIOAccounting: true
systemd_MemoryAccounting: true

View File

@ -52,7 +52,7 @@
systemd_group_name: "root"
systemd_tempd_prefix: machine
systemd_slice_name: machine
system_lock_path: /var/lock/machine
systemd_lock_path: /var/lock/machine
systemd_CPUAccounting: false
systemd_BlockIOAccounting: false
systemd_MemoryAccounting: false