Update systemd process supervision authored by Jameson Rollins's avatar Jameson Rollins
...@@ -70,7 +70,7 @@ The main advligorts config location is the `/etc/advligorts/env` environment fil ...@@ -70,7 +70,7 @@ The main advligorts config location is the `/etc/advligorts/env` environment fil
If for some reason you need to customize a systemd unit, the best way is to use "overrides" or "drop-ins" (don't edit the files provided by the packages). ArchWiki has a nice description of [how to edit provided unit](https://wiki.archlinux.org/index.php/Systemd#Editing_provided_units). If for some reason you need to customize a systemd unit, the best way is to use "overrides" or "drop-ins" (don't edit the files provided by the packages). ArchWiki has a nice description of [how to edit provided unit](https://wiki.archlinux.org/index.php/Systemd#Editing_provided_units).
Systemd provides a nice interface to do this using the `systemctl edit` command. To edit unit `unit.service`, run the following command: Systemd provides a nice interface to do this using the `systemctl edit` command. To edit unit `unit.service`, run the following command:
``` ```shell
# systemctl edit unit.serice # systemctl edit unit.serice
``` ```
This will create a "drop-in" override in: This will create a "drop-in" override in:
... ...
......