Home
last modified time | relevance | path

Searched refs:nohup (Results 1 – 10 of 10) sorted by relevance

/external/autotest/client/tests/kvm/
Dsubtests.cfg.sample145 migration_bg_command = "cd /tmp; nohup tcpdump -q -t ip host localhost"
192 migration_bg_command = "cd /tmp; nohup tcpdump -q -t ip host localhost"
358 stress_cmd = "cd %s && cd stress-1.0.4 && cd src && nohup ./stress -c %s > /dev/null 2>&1&"
593 test_s4_cmd = "cd /tmp; nohup tcpdump -q -t ip host localhost"
663 background_cmd = "nohup dd if=/dev/zero of=%s bs=1024 &"
/external/mksh/src/
Dsh_flags.gen62 FN("nohup", FNOHUP, OF_ANY, 0)
Dsh_flags.opt108 FN("nohup", FNOHUP, OF_ANY
Ddot.mkshrc411 i_alias[nalias]=nohup; b_alias[nalias++]='nohup '
Dcheck.t7708 nohup='nohup '
7728 nohup='nohup '
7748 nohup='nohup '
/external/autotest/server/
Dbase_utils.py191 def nohup(command, stdout='/dev/null', stderr='/dev/null', background=True, function
/external/llvm/docs/
DReleaseProcess.rst85 screen or nohup to avoid headaches, since it'll take a long time.
/external/toybox/generated/
Dnewtoys.h157 USE_NOHUP(NEWTOY(nohup, "<1^", TOYFLAG_USR|TOYFLAG_BIN))
Dflags.h4456 #define TT this.nohup
/external/tcpdump/
DCHANGES650 - Don't catch SIGHUP when invoked with nohup(1). Thanks to Dave Plonka