Docs: Add instructions about root permissions for AppImage systemd unit installation

This commit is contained in:
Shreya Malviya 2022-05-11 13:32:35 +05:30
parent 0c95f66782
commit 7e997b5403
1 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,9 @@ do, see the [FAQ]({{< ref
## Running the Infection Monkey as a service on boot ## Running the Infection Monkey as a service on boot
To install the Infection Monkey as a service and run it on boot, run the AppImage package with these parameters: The Infection Monkey can be installed as a service and run on boot by running the AppImage package
with the following parameters. This requires root permissions, so run `sudo -v` and enter your
password before running the script, if required.
```bash ```bash
./InfectionMonkey-v1.13.0.AppImage service --install --user <USERNAME> ./InfectionMonkey-v1.13.0.AppImage service --install --user <USERNAME>
``` ```