Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nir0s committed Dec 25, 2015
1 parent 9428ae4 commit ae0167c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ Pull requests are always welcome to deal with specific distributions or just for
* Implement a class named <init_system_name> (e.g. Runit). See [systemd](https://github.com/nir0s/serv/blob/master/serv/init/systemd.py) as a reference implementation.
* Pass the `Base` class which contains some basic parameter declarations and provides a method for generating files from templates to your class (e.g. `from serv.init.base import Base`).
* Add the relevant template files to serv/init/templates. The file names should be formatted as: `<init_system_name>_<init_system_version>.*.j2` (e.g. runit_default.j2).
* In serv/init/__init__.py, import the class you implemented (e.g. `from serv.init.runit import Runit`).
* In `serv/init/__init__.py`, import the class you implemented (e.g. `from serv.init.runit import Runit`).

0 comments on commit ae0167c

Please sign in to comment.