Rev 71 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 71 | Rev 116 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #!/bin/sh |
1 | #!/bin/sh |
2 | # |
2 | # |
3 | ### BEGIN INIT INFO |
3 | ### BEGIN INIT INFO |
4 | # Provides: prayer-accountd |
4 | # Provides: prayer-accountd |
5 | # Required-Start: |
5 | # Required-Start: $local_fs $remote_fs |
6 | # Required-Stop: |
6 | # Required-Stop: $local_fs $remote_fs |
7 | # Should-Start: $local_fs |
7 | # Should-Start: |
8 | # Should-Stop: $local_fs |
8 | # Should-Stop: |
9 | # Default-Start: 2 3 4 5 |
9 | # Default-Start: 2 3 4 5 |
10 | # Default-Stop: 0 1 6 |
10 | # Default-Stop: 0 1 6 |
11 | # Short-Description: Prayer account helper daemon |
11 | # Short-Description: Prayer account helper daemon |
12 | # Description: Lets users change passwords, manage filters and other things not supported by IMAP itself |
12 | # Description: Lets users change passwords, manage filters and other things not supported by IMAP itself |
13 | ### END INIT INFO |
13 | ### END INIT INFO |