Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
yistc committed Oct 17, 2024
1 parent 915526f commit b37cf3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lookbusy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ make install

cd ~

rm -rf /opt/lookbusy

# ask user how much cpu to use
# default to 20
# echo "How much cpu do you want to use? (default 20)"
Expand Down Expand Up @@ -51,4 +49,6 @@ KillSignal=SIGINT
WantedBy=multi-user.target
EOF

systemctl enable --now lookbusy.service
systemctl enable --now lookbusy.service

rm -rf /opt/lookbusy

0 comments on commit b37cf3f

Please sign in to comment.