mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
Better use pkill(1) in last commit.
Submitted by: pjd
This commit is contained in:
parent
ca4aa8c363
commit
74ffd254b4
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ if [ -r /var/run/rc.suspend.tch ]; then
|
|||
fi
|
||||
|
||||
if [ -r /var/run/moused.pid ]; then
|
||||
kill -HUP `head -1 /var/run/moused.pid`
|
||||
pkill -HUP -F /var/run/moused.pid
|
||||
fi
|
||||
|
||||
# Turns on a power supply of a card in the slot inactivated.
|
||||
|
|
|
|||
Loading…
Reference in a new issue