diff options
author | Daniele Coli <danielsan.dani@gmail.com> | 2015-11-03 23:13:23 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-04 10:31:16 +0000 |
commit | 962c62558f9041808f6e64efdbf4111b5d3a4009 (patch) | |
tree | 3f7cdeb3039d495653180b262021352952465044 /main/dovecot/dovecot.initd | |
parent | 2bf175eb738808a107b6d92c2ddb74dbee3a44ff (diff) | |
download | aports-962c62558f9041808f6e64efdbf4111b5d3a4009.tar.bz2 aports-962c62558f9041808f6e64efdbf4111b5d3a4009.tar.xz |
main/dovecot: Added description to init.d script
Added description to init.d script in order to make it compliant
with rc-system and avoid annoying warning messages on syslog.
Diffstat (limited to 'main/dovecot/dovecot.initd')
-rw-r--r-- | main/dovecot/dovecot.initd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/dovecot/dovecot.initd b/main/dovecot/dovecot.initd index 646f80a945..fdfb5a9fd2 100644 --- a/main/dovecot/dovecot.initd +++ b/main/dovecot/dovecot.initd @@ -1,5 +1,8 @@ #!/sbin/openrc-run +description="Secure POP3/IMAP server" +description_reload="Reload configuration" + extra_started_commands="reload" depend() { |