Re: [Hampshire] Permissions query
English
Questo messaggio è parte di questo thread:
il thread completo ordinato per data
Hugo Mills at
2008-10-26 20:29
John Cooper at
2008-10-26 20:40
Autore:
Keith Edmunds
Data:
2008-10-26 20:30
UTC
To:
hampshire
Oggetto:
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