remove references to power-profiles-daemon.service in the user service, you can't reference sysemd services in a systemd user service
This commit is contained in:
parent
c3ba33d67a
commit
af8453bd5c
1 changed files with 0 additions and 2 deletions
|
@ -41,8 +41,6 @@ in {
|
|||
systemd.user.services.batmon = {
|
||||
description = "Simple, reactive power management service";
|
||||
documentation = ["https://github.com/NotAShelf/batmon"];
|
||||
wants = ["power-profiles-daemon.service"];
|
||||
requires = ["power-profiles-daemon.service"];
|
||||
wantedBy = ["multi-user.target"];
|
||||
environment.PATH = mkForce "/run/wrappers/bin:${lib.makeBinPath [cfg.package]}";
|
||||
script = ''
|
||||
|
|
Reference in a new issue