module urxvtd: lift environment
This commit is contained in:
parent
08b5a4eefc
commit
d540df1d38
@ -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";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user