fix spelling of wantedby
This commit is contained in:
parent
95e55c39e8
commit
b34479b748
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue