diff options
Diffstat (limited to 'pkg/soledad')
| -rw-r--r-- | pkg/soledad | 9 | 
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 | 
