Skip to content

Commit

Permalink
fixed the paths for tpacpi-bat in systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
teleshoes committed Jun 6, 2013
1 parent 3f846ff commit 0cbf700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tpacpi.service
Expand Up @@ -3,8 +3,8 @@ Description=sets battery thresholds

[Service]
Type=oneshot
ExecStart=tpacpi-bat -s ST 0 40
ExecStart=tpacpi-bat -s SP 0 80
ExecStart=/usr/bin/tpacpi-bat -s ST 0 40
ExecStart=/usr/bin/tpacpi-bat -s SP 0 80

[Install]
WantedBy=multi-user.target

0 comments on commit 0cbf700

Please sign in to comment.