Merge pull request #16681 from Aske/tlp-restart

tlp service: add restart on config change
This commit is contained in:
Nikolay Amiantov 2016-07-03 23:56:41 +04:00 committed by GitHub
commit 00a4613563

View File

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