module urxvtd: lift environment
This commit is contained in:
parent
08b5a4eefc
commit
d540df1d38
@ -33,10 +33,12 @@ with lib;
|
|||||||
description = "urxvt terminal daemon";
|
description = "urxvt terminal daemon";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
restartIfChanged = false;
|
restartIfChanged = false;
|
||||||
|
environment = {
|
||||||
|
URXVT_PERL_LIB = "${urxvt}/lib/urxvt/perl";
|
||||||
|
};
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
User = user;
|
User = user;
|
||||||
Environment = "URXVT_PERL_LIB=${urxvt}/lib/urxvt/perl";
|
|
||||||
ExecStart = "${urxvt}/bin/urxvtd";
|
ExecStart = "${urxvt}/bin/urxvtd";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user