fixed gui, fixed systemd service file in install script

This commit is contained in:
Josh Ashton
2023-12-11 12:36:47 -07:00
parent 268b14ebd3
commit 60e9844b92
2 changed files with 7 additions and 7 deletions
+1
View File
@@ -46,6 +46,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
sudo echo "[Unit]" > $SERVICE
sudo echo "Description=Battery Monitor" >> $SERVICE
sudo echo "After=network.target" >> $SERVICE
sudo echo "[Service]" >> $SERVICE
sudo echo "ExecStart=$CWD/battery-mon" >> $SERVICE
sudo echo "User=$USER" >> $SERVICE