tlp service: add restart on config change

This commit is contained in:
aske 2016-07-03 22:45:54 +03:00
parent 125ffff089
commit 1ea9d71e08

View File

@ -61,6 +61,7 @@ in
after = [ "multi-user.target" ];
wantedBy = [ "multi-user.target" ];
before = [ "shutdown.target" ];
restartTriggers = [ confFile ];
serviceConfig = {
Type = "oneshot";