summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-06-06 11:22:19 -0400
committerMicah Anderson <micah@riseup.net>2013-06-06 11:22:19 -0400
commitff1f7e75128fbe73e7d017a720586a82eede99bf (patch)
tree3578d09bb30b6da5a18d19aa6ca242f13797d642 /pkg
parentfce125683d7ea5ad01a59788138b5b4ea16c5c22 (diff)
initscript: add LSB (Linux Standards Base) 3.1 compliant header
Diffstat (limited to 'pkg')
-rw-r--r--pkg/soledad9
1 files changed, 9 insertions, 0 deletions
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