mirror of
https://github.com/NotAShelf/batmon.git
synced 2025-01-19 00:12:40 +00:00
use default.target instead of multi-user.target
This commit is contained in:
parent
90a5b894e9
commit
e86fe61cbe
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ in {
|
|||
systemd.user.services.batmon = {
|
||||
description = "Simple, reactive power management service";
|
||||
documentation = ["https://github.com/NotAShelf/batmon"];
|
||||
wantedBy = ["multi-user.target"];
|
||||
wantedBy = ["default.target"];
|
||||
environment.PATH = mkForce "/run/wrappers/bin:${lib.makeBinPath [
|
||||
# Batmon expects powerprofilesctl in PATH
|
||||
config.services.power-profiles-daemon.package
|
||||
|
|
Loading…
Reference in a new issue