|
Lines 32-39
Link Here
|
| 32 |
|
32 |
|
| 33 |
### BEGIN INIT INFO |
33 |
### BEGIN INIT INFO |
| 34 |
# Provides: univention-reload-service |
34 |
# Provides: univention-reload-service |
| 35 |
# Required-Start: $local_fs $remote_fs $network $syslog |
35 |
# Required-Start: $local_fs $remote_fs $network $syslog univention-runit |
| 36 |
# Required-Stop: $local_fs $remote_fs $network $syslog |
36 |
# Required-Stop: $local_fs $remote_fs $network $syslog univention-runit |
| 37 |
# Default-Start: 2 3 4 5 |
37 |
# Default-Start: 2 3 4 5 |
| 38 |
# Default-Stop: 0 1 6 |
38 |
# Default-Stop: 0 1 6 |
| 39 |
# Short-Description: Univention Reload Service |
39 |
# Short-Description: Univention Reload Service |
|
Lines 49-55
Link Here
|
| 49 |
case "$1" in |
49 |
case "$1" in |
| 50 |
start) |
50 |
start) |
| 51 |
log_action_msg "Starting univention-reload-service" |
51 |
log_action_msg "Starting univention-reload-service" |
| 52 |
sv up univention-reload-service |
52 |
sv start univention-reload-service |
| 53 |
log_action_end_msg 0 |
53 |
log_action_end_msg 0 |
| 54 |
;; |
54 |
;; |
| 55 |
stop) |
55 |
stop) |