Re: [Hampshire] Permissions query

Top Pagina

Reply to this message
Auteur: Keith Edmunds
Datum: 2008-10-26 20:30 -000
Aan: hampshire
Onderwerp: 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