module urxvtd: lift environment

This commit is contained in:
lassulus 2015-04-07 20:47:09 +02:00 committed by tv
parent 08b5a4eefc
commit d540df1d38
1 changed files with 3 additions and 1 deletions

View File

@ -33,10 +33,12 @@ with lib;
description = "urxvt terminal daemon";
wantedBy = [ "multi-user.target" ];
restartIfChanged = false;
environment = {
URXVT_PERL_LIB = "${urxvt}/lib/urxvt/perl";
};
serviceConfig = {
Restart = "always";
User = user;
Environment = "URXVT_PERL_LIB=${urxvt}/lib/urxvt/perl";
ExecStart = "${urxvt}/bin/urxvtd";
};
};