9 lines
137 B
SYSTEMD
9 lines
137 B
SYSTEMD
|
[Unit]
|
||
|
Description=Power Profiles service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=%h/.local/bin/battery.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|