Gentoo Archives: gentoo-user

From: Alexander Skwar <listen@×××××××××××××××.name>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Restart network interfaces over SSH
Date: Sat, 29 Jul 2006 09:55:39
Message-Id: 44CB2E93.6090107@mid.email-server.info
In Reply to: Re: [gentoo-user] Restart network interfaces over SSH by Raymond Lewis Rebbeck
1 Raymond Lewis Rebbeck schrieb:
2
3 > How about running the script in a screen session?
4
5 Another one:
6 Put that script in a "script file" (like /tmp/script). Then setup
7 an "at" job, which will execute this:
8
9 at now + 1minute < /tmp/script
10
11 And finally, it might be enough to make the shell ignore the HUP
12 (Hang Up) signal, by using nohup:
13
14 nohup sh /tmp/script
15
16 Alexander Skwar
17 --
18 "It runs like _x, where _x is something unsavory"
19 -- Prof. Romas Aleliunas, CS 435
20 --
21 gentoo-user@g.o mailing list