Move power_monitor.sh outside of scripts dir

This commit is contained in:
ItsDrike 2024-06-24 14:52:02 +02:00
parent 35d8c86797
commit 7162b19f73
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 1 additions and 1 deletions

View file

@ -24,7 +24,7 @@ in {
in {
description = "Power Monitoring Service";
environment.PATH = mkForce "/run/wrappers/bin:${makeBinPath dependencies}";
script = builtins.readFile ./scripts/power_monitor.sh;
script = builtins.readFile ./power_monitor.sh;
serviceConfig = {
Type = "simple";