[fix] typo and add ensure-symlinked wantedBy
This commit is contained in:
parent
c3f40df266
commit
d343fcda11
1 changed files with 2 additions and 2 deletions
|
@ -16,13 +16,13 @@
|
|||
enable = true;
|
||||
serviceConfig = {
|
||||
Type = "notify-reload";
|
||||
ExecStart = "/usr/bin/sshg -D";
|
||||
ExecStart = "/usr/bin/sshd -D";
|
||||
KillMode = "process";
|
||||
Restart = "always";
|
||||
};
|
||||
wants = [ "sshdgenkeys.service" ];
|
||||
after = [ "sshdgenkeys.service" "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
wantedBy = [ "ensure-symlinked-units-resolve.service" "system-manager.target" ];
|
||||
};
|
||||
|
||||
zerotierone = {
|
||||
|
|
Loading…
Reference in a new issue