blob: c8abc0d1dfcc41bc3009315187ad4bd161859f89 (
plain)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=Battery monitor
[Service]
Type=simple
ExecStart=/usr/bin/batterymon 20 "amixer sset Master unmute 100%; espeak 'PLUG ME IN'; sleep 7;"
[Install]
WantedBy=default.target
|