mirror of https://git.jolheiser.com/ugit.git
fix: update nix module systemd after
Signed-off-by: jolheiser <john.olheiser@gmail.com>ffdhall
parent
0db8cc06a5
commit
55ccb61fb3
|
@ -149,7 +149,7 @@
|
|||
args = ["--config=${configFile}" "--repo-dir=${cfg.repoDir}" "--ssh.authorized-keys=${authorizedKeysPath}" "--ssh.host-key=${cfg.hostKeyFile}"] ++ lib.optionals cfg.debug ["--debug"];
|
||||
in "${cfg.package}/bin/ugitd ${builtins.concatStringsSep " " args}";
|
||||
wantedBy = ["multi-user.target"];
|
||||
after = ["network-online.target"];
|
||||
after = ["network.target"];
|
||||
path = [cfg.package pkgs.git pkgs.bash];
|
||||
serviceConfig = {
|
||||
User = cfg.user;
|
||||
|
|
Loading…
Reference in New Issue