NBash
1'\" t
2.\"
3.\" Author: Vitaly Lipatov
4.\"
5.\" This file has been put into the public domain.
6.\" You can do whatever you want with this file.
7.\"
8.TH EEPM 1 "August 2013" "Version 1.4"
9
10.SH NAME
11cerv \- wrapper for system service control command
12.SH SYNOPSIS
13.B cerv
14.RI name
15.RI <command>
16.RI [parameters]
17.PP
18.B serv
19is equivalent to
20.BR "cerv" .
21.br
22.br
23.SH DESCRIPTION
24.BI
25Cerv realized service(8) command behavior. It supports sysvinit, systemd, upstart and other service controls.
26
27Please use cerv --help to get detail command explain.
28.SH OPTIONS
29.TP
30.I -h
31Display help
32.TP
33.I -V
34Show version and exit
35.SH CONFIG
36TODO: epm reads /etc/eepm/serv.conf so you can leave your default options there.
37.SH ENV
38You can override used service system via FORCESERVICE environment variable.
39supported service systems: systemd, service-chkconfig, service-update, runit, service-initd
40.SH BUGS
41Please report any bugs to lav@etersoft.ru
42.SH EXIT STATUS
43.B cerv
44will return zero on success and non zero on operation failure.
45.SH SEE ALSO
46.BR eepm (1), erc (1)
47.TP
48.B http://wiki.etersoft.ru/eepm
49EEPM wiki page
50