Merge pull request #46 from crawford/conf

Clean up waagent.conf
This commit is contained in:
Yue Zhang (MS)
2014-10-10 09:24:19 +08:00
+2 -2
View File
@@ -4,7 +4,7 @@
# Specified program is invoked with the argument "Ready" when we report ready status
# to the endpoint server.
Role.StateConsumer=None
Role.StateConsumer=None
# Specified program is invoked with XML file argument specifying role
# configuration.
@@ -35,7 +35,7 @@ ResourceDisk.Format=y
# Typically ext3 or ext4. FreeBSD images should use 'ufs2' here.
ResourceDisk.Filesystem=ext4
# ount point for the resource disk
# Mount point for the resource disk
ResourceDisk.MountPoint=/mnt/resource
# Create and use swapfile on resource disk.