redshift: add systemd unit documentation field
This commit is contained in:
parent
3d634914ce
commit
c137866bd7
|
@ -132,6 +132,7 @@ in {
|
|||
systemd.user.services.redshift = {
|
||||
Unit = {
|
||||
Description = "Redshift colour temperature adjuster";
|
||||
Documentation = "http://jonls.dk/redshift/";
|
||||
After = [ "graphical-session-pre.target" ];
|
||||
PartOf = [ "graphical-session.target" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue