Re: [Hampshire] Permissions query
English
This message is part of the following thread:
the complete thread tree sorted by date
Hugo Mills at
2008-10-26 20:29
John Cooper at
2008-10-26 20:40
Author:
Keith Edmunds
Date:
2008-10-26 20:30
UTC
To:
hampshire
Subject:
Re: [Hampshire] Permissions query
You can simplify your script to one line:
pid=$(pidof lircd) && kill -HUO $pid
That's a good deal simpler, so give that a go first.
Keith