services/vouch-proxy: add wantedBy for systemd service

Forgot to add that which is why there's no enabled service.
This commit is contained in:
Gabriel Arazas 2023-10-20 15:33:16 +08:00
parent 768da2ba39
commit 479166c78d
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -126,6 +126,7 @@ let
];
RestrictNamespaces = true;
};
wantedBy = [ "multi-user.target" ];
};
in
{