From ff1f7e75128fbe73e7d017a720586a82eede99bf Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 6 Jun 2013 11:22:19 -0400 Subject: initscript: add LSB (Linux Standards Base) 3.1 compliant header --- pkg/soledad | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkg/soledad b/pkg/soledad index 76924e60..c640a94d 100644 --- a/pkg/soledad +++ b/pkg/soledad @@ -1,4 +1,13 @@ #!/bin/sh +### BEGIN INIT INFO +# Provides: soledad +# Required-Start: $network $named $remote_fs $syslog $time +# Required-Stop: $network $named $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Start soledad daemon at boot time +# Description: Synchronization of locally encrypted data among devices +### END INIT INFO PATH=/sbin:/bin:/usr/sbin:/usr/bin PIDFILE=/var/run/soledad.pid -- cgit v1.2.3