Integrate local changes into git
[aids.git] / man / aids.8
1 .\" aids.8 - Assistant for Initialisation of Debian Packages user manual
2 .\"
3 .\" Copyright (C) 2012  Steven McDonald <steven@steven-mcdonald.id.au>
4 .\"
5 .\" This program is free software. It comes without any warranty, to the
6 .\" extent permitted by applicable law. You can redistribute it and/or
7 .\" modify it under the terms of the Do What The Fuck You Want To Public
8 .\" License, Version 2, as published by Sam Hocevar. See the file COPYING
9 .\" in the root of this program's source distribution for details, or:
10 .\"
11 .\"   http://sam.zoy.org/wtfpl/COPYING
12 .\"
13 .TH aids 8 "2012\-10\-14" AIDS "AIDS User Manual"
14 .SH NAME
15 aids \- assistant for initialisation of debian packages
16 .SH SYNOPSIS
17 .B aids
18 .I command
19 .RI [ service ]
20 .SH DESCRIPTION
21 .B aids
22 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 --
23 .BR enable ,
24 .B disable
25 and
26 .BR list .
27 .SH COMMANDS
28 .TP
29 .B enable
30 .PD
31 Configures
32 .I service
33 to start at boot time.
34 .TP
35 .B disable
36 .PD
37 Configures
38 .I service
39 not to start at boot time.
40 .TP
41 .B list
42 .PD
43 Show the current runlevel configuration for
44 .I service
45 , using
46 .BR chkconfig (8)
47 compatible output.
48 If no
49 .I service
50 is specified, show the current configuration for all services.
51 .SH EXIT STATUS
52 .B aids
53 returns 0 on success, or 1 on error.
54 .SH EXAMPLE
55 .TP
56 aids enable frob
57 .PD
58 Enables the
59 .B frob
60 service to start at boot time.
61 .SH SEE ALSO
62 .BR update-rc.d (8),
63 .BR insserv (8),
64 .BR sysv-rc-conf (8),
65 .BR init (8)