Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Install

Osric Wilkinson edited this page Nov 22, 2017 · 19 revisions

Pip

Install pip

Install Service Manager

sudo pip install servicemanager

Or if you want to upgrade to the newest

sudo pip install servicemanager --upgrade

note: you may need to use sudo to install

Tab-completion

From 0.0.13, servicemanager can use argcomplete to provide tab completion in bash. In order to enable this, put the following in .bashrc or .profile in your home directory:

eval "$(register-python-argcomplete sm)"
Clone this wiki locally