diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-04 16:42:13 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-04 16:42:13 +0100 |
| commit | eedd63ccd504099836d9f528d02daffa6bc826ad (patch) | |
| tree | f51e0ddbcaaa3c97303625ff597f74eb07457ffb /docs/utils/index.rst | |
| parent | a5eefea61d8a2287a0065f79cbe12d4e415be743 (diff) | |
docs: revision of the installation instructions
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/utils/index.rst')
| -rw-r--r-- | docs/utils/index.rst | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/utils/index.rst b/docs/utils/index.rst index 9905d755f..97e2c875f 100644 --- a/docs/utils/index.rst +++ b/docs/utils/index.rst @@ -6,24 +6,25 @@ Tooling box ``utils/*`` ======================= +.. sidebar:: Work needed! + + Our scripts to maintain services do most support only systemd init process + used by debian, ubuntu and many other dists. In general our scripts are only + partially usable on debian systems. We are working on this limitation, if + you have any contribution, please send us your :pull:`PR <../pulls>`, see + :ref:`how to contribute`. + In the folder :origin:`utils/` we maintain some tools useful for admins and developers. .. toctree:: - :maxdepth: 1 + :maxdepth: 2 + :caption: Contents searx.sh filtron.sh morty.sh -.. admonition:: Work needed! - - Our scripts to maintain services do most support only systemd init process - used by debian, ubuntu and many other dists. In general our scripts are only - partially usable on debian systems. We are working on this limitation, if - you have any contribution, please send us your :pull:`PR <../pulls>`, see - :ref:`how to contribute`. - .. _toolboxing common: Common commands |