.\" aids.8 - Assistant for Initialisation of Debian Packages user manual .\" .\" Copyright (C) 2012 Steven McDonald .\" .\" This program is free software. It comes without any warranty, to the .\" extent permitted by applicable law. You can redistribute it and/or .\" modify it under the terms of the Do What The Fuck You Want To Public .\" License, Version 2, as published by Sam Hocevar. See the file COPYING .\" in the root of this program's source distribution for details, or: .\" .\" http://sam.zoy.org/wtfpl/COPYING .\" .TH aids 8 "2012\-10\-14" AIDS "AIDS User Manual" .SH NAME aids \- assistant for initialisation of debian packages .SH SYNOPSIS .B aids .I command .RI [ service ] .SH DESCRIPTION .B aids provides a simple interface for managing Debian services. The policy regarding how to enable/disable services is defined within AIDS itself, and abstracted into three commands -- .BR enable , .B disable and .BR list . .SH COMMANDS .TP .B enable .PD Configures .I service to start at boot time. .TP .B disable .PD Configures .I service not to start at boot time. .TP .B list .PD Show the current runlevel configuration for .IR service ", using" .BR chkconfig (8) compatible output. If no .I service is specified, show the current configuration for all services. .SH EXIT STATUS .B aids returns 0 on success, or 1 on error. .SH EXAMPLE .TP aids enable frob .PD Enables the .B frob service to start at boot time. .SH SEE ALSO .BR update-rc.d (8), .BR insserv (8), .BR sysv-rc-conf (8), .BR init (8)