<?xml version="1.0"?> <!DOCTYPE service_bundle SYSTEM "/usr/share/xml/schema/smf/service_bundle.dtd.1"> <service_bundle type="manifest" name="screen-cleanup"> <service name="system/screen-cleanup" type="service" version="1"> <dependency name="filesystem" grouping="require_all" restart_on="error" type="service"> <service_fmri value="svc:/system/filesystem/local"/> </dependency> <instance name="default" enabled="true"> <exec_method type="method" name="start" exec="/lib/svc/method/screen-cleanup start" timeout_seconds="10"/> <exec_method type="method" name="stop" exec=":true" timeout_seconds="10"/> <property_group name="startd" type="framework"> <propval name="duration" type="astring" value="transient"/> <propval name="ignore_error" type="astring" value="core,signal"/> </property_group> </instance> <stability value="Evolving"/> <template> <common_name> <loctext xml:lang="C">screen sessions cleaning</loctext> </common_name> <description> <loctext xml:lang="C"> Cleans up the screen session directory and fixes its permissions if needed. </loctext> </description> <documentation> <manpage title="screen" section="1"/> </documentation> </template> </service> </service_bundle>