*:http://research.cs.wisc.edu/condor/manual/v7.7/2_11Virtual_Machine.html
 *:http://research.cs.wisc.edu/condor/manual/v7.7/3_3Configuration.html#SECTION004329000000000000000
 
+For these types of application it is relatively easy to configure a virtual machine with a hypervisor of your choosing and configure your appliance.  There are a couple of extra settings you may wish to add to your submission which will help in managing your appliances.
+
+{code}
+#############################
+# Submission additions for services
+#############################
+# For resilient services where they can not go down
+# logs should be routinely investigated for activity
+on_exit_remove=false
+periodic_release=true
+
+# Any attributes which will be useful in administration
++HTTPD_IP=TARGET.MachineIP
+{endcode}
+
+
 {subsubsection: Chroot jobs}
 Another way to achieve this is through the use of chroot jail.  By using your package management system you can install just the desired dependencies to a location which is idea for infrastructure.