X-Git-Url: http://git.steven-mcdonald.id.au/?p=aids.git;a=blobdiff_plain;f=man%2Faids.8;fp=man%2Faids.8;h=16397612e0e8c04faecea67a69e1fa734e2c3580;hp=0000000000000000000000000000000000000000;hb=4eff9f266269e6d82fe7aad9052fe96fde8e0651;hpb=42beb4facc2aab5454bf72e7a67d49af0346dd77 diff --git a/man/aids.8 b/man/aids.8 new file mode 100644 index 0000000..1639761 --- /dev/null +++ b/man/aids.8 @@ -0,0 +1,65 @@ +.\" 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 +.I 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)