diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-09-17 13:34:26 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-09-17 13:34:26 +0200 |
commit | 098a236d1dfe26be3ec1653fba28703e964f7e62 (patch) | |
tree | 7b6f78670e2b3577778275d8395d3e45ace27845 /README.md | |
parent | 70ae67877828bc17352dd8ae0f6fe02643ba990e (diff) | |
download | picontrol-098a236d1dfe26be3ec1653fba28703e964f7e62.tar picontrol-098a236d1dfe26be3ec1653fba28703e964f7e62.tar.zst picontrol-098a236d1dfe26be3ec1653fba28703e964f7e62.zip |
Automate Rights Management with sudoers.d
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -14,18 +14,14 @@ The code works but there is still documentation / automation missing. **Please cd into the repository to install/uninstall!** -### Installation +### How to install, start and enable ```bash sudo useradd -rUs /usr/bin/nologin picontrol sudo make install -``` - -### Activation -```bash sudo systemctl enable --now picontrol ``` -### How to uninstall +### How to remove ```bash sudo systemctl disable --now picontrol sudo make uninstall |