diff --git a/docs/deployment/automated-local.rst b/docs/deployment/automated-local.rst index 526ef03f34..9774b67b05 100644 --- a/docs/deployment/automated-local.rst +++ b/docs/deployment/automated-local.rst @@ -34,7 +34,7 @@ Find out the ID of the partition table of your backup disk (here assumed to be / Then, create ``/etc/backups/80-backup.rules`` with the following content (all on one line):: - ACTION=="add", SUBSYSTEM=="block", ENV{ID_PART_TABLE_UUID}=="", TAG+="systemd", ENV{SYSTEMD_WANTS}="automatic-backup.service" + ACTION=="add", SUBSYSTEM=="block", ENV{ID_PART_TABLE_UUID}=="", TAG+="systemd", ENV{SYSTEMD_WANTS}+="automatic-backup.service" The "systemd" tag in conjunction with the SYSTEMD_WANTS environment variable has systemd launch the "automatic-backup" service, which we will create next, as the