Merge pull request #30712 from peterhoeg/f/service

systemd user services shouldn't run as root and other "non-interactive" users
This commit is contained in:
Peter Hoeg
2019-08-02 11:58:27 +08:00
committed by GitHub
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -235,6 +235,7 @@ in
systemd.user.services.ssh-agent = mkIf cfg.startAgent
{ description = "SSH Agent";
wantedBy = [ "default.target" ];
unitConfig.ConditionUser = "!@system";
serviceConfig =
{ ExecStartPre = "${pkgs.coreutils}/bin/rm -f %t/ssh-agent";
ExecStart =