fix spelling of wantedby

This commit is contained in:
Charlotte 🦝 Delenk 2022-02-18 20:07:25 +01:00
parent 95e55c39e8
commit b34479b748
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -50,7 +50,7 @@ let script = ''
enable = true;
description = "Automatically deploy updates";
requires = [ "autodeploy.service" ];
wanted-by = [ "multi-user.target" ];
wantedBy = [ "multi-user.target" ];
timerConfig = {
OnUnitActiveSec = 3600;
OnBootSec = 3600;