1
0
Fork 0

Fix enabling battery warning

This commit is contained in:
Malte Brandy 2020-01-29 22:29:42 +01:00
parent b565f5c85e
commit 9192869bf1
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -73,7 +73,7 @@ in {
ExecStart = "${battery-watch}/bin/battery-watch";
Restart = "always";
};
Install = { WantedBy = [ "graphical-session.target" ]; };
Install = { WantedBy = [ "default.target" ]; };
};
};