Re: NetworkManager-dispatcher killing my scripts
- From: Simon Geard <delgarde ihug co nz>
- To: networkmanager-list gnome org
- Subject: Re: NetworkManager-dispatcher killing my scripts
- Date: Wed, 31 Jul 2013 22:41:01 +1200
On Tue, 2013-07-30 at 14:04 -0600, Jeff Sadowski wrote:
exec /bin/bash -c "$0 test" &
Running it with exec means you're not starting a new process, just
overwriting the current one. Same PID, so NM will still kill it...
Simon.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]