Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Description header to Debian init.d script #428

Closed
rdmark opened this issue Aug 29, 2023 · 1 comment
Closed

Add Description header to Debian init.d script #428

rdmark opened this issue Aug 29, 2023 · 1 comment

Comments

@rdmark
Copy link
Member

rdmark commented Aug 29, 2023

The Debian LSB standard recommends Short-Description and Description headers in init.d scripts. Ours is currently lacking both.

Example from docs:

### BEGIN INIT INFO
# Provides:          scriptname
# Required-Start:    $remote_fs $syslog
# Required-Stop:     $remote_fs $syslog
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Start daemon at boot time
# Description:       Enable service provided by daemon.
### END INIT INFO

Ref: https://wiki.debian.org/LSBInitScripts

@rdmark
Copy link
Member Author

rdmark commented Aug 30, 2023

#436
#437

@rdmark rdmark closed this as completed Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant