add description to lokinet svc manifest

This commit is contained in:
Rick V 2019-08-29 11:28:05 -05:00
parent 5ecc76a332
commit 1a7212a745
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465
1 changed files with 5 additions and 5 deletions

View File

@ -26,9 +26,9 @@
<method_credential user="lokinet" group="lokinet"/>
</method_context>
<exec_method type="method" name="start" exec="/usr/bin/lokinet" timeout_seconds="60"/>
<exec_method type="method" name="start" exec="/usr/bin/lokinet %{config_file}" timeout_seconds="60"/>
<exec_method type="method" name="stop" exec="/usr/bin/kill -INT &lt;&lt;&lt; /path/to/lokinet.pid" timeout_seconds="60"/>
<exec_method type="method" name="stop" exec="/usr/bin/kill -INT &lt;&lt;&lt; `pgrep lokinet`" timeout_seconds="60"/>
<property_group name="startd" type="framework">
<propval name="duration" type="astring" value="child"/>
@ -38,7 +38,7 @@
</property_group>
<property_group name="application" type="application">
<propval name="config_file" type="astring" value="/etc/lokinet.ini"/>
<propval name="config_file" type="astring" value="/etc/loki/lokinet.ini"/>
</property_group>
</instance>
@ -50,11 +50,11 @@
<template>
<common_name>
<loctext xml:lang="C">
LokiNET
LokiNET: Anonymous Network layer thingydoo.
</loctext>
</common_name>
</template>
</service>
</service_bundle>
</service_bundle>