summaryrefslogtreecommitdiff
path: root/templates/shutdown
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2009-02-12 19:55:21 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-02-17 15:46:57 -0800
commit9b7060b212d729f1bfd585d832ddfb566b94dc44 (patch)
tree6ec60bb3eff7a102464d371d9c828e1cf06fd52d /templates/shutdown
parent03fdd12651ac3d6c370e203d32d785253a7bd6c2 (diff)
downloadvyatta-op-9b7060b212d729f1bfd585d832ddfb566b94dc44.tar.gz
vyatta-op-9b7060b212d729f1bfd585d832ddfb566b94dc44.zip
Put delayed shutdown in background to allow for other commands.
Diffstat (limited to 'templates/shutdown')
-rw-r--r--templates/shutdown/at/node.tag/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/shutdown/at/node.tag/node.def b/templates/shutdown/at/node.tag/node.def
index ad16bc2..13cbaa1 100644
--- a/templates/shutdown/at/node.tag/node.def
+++ b/templates/shutdown/at/node.tag/node.def
@@ -1,3 +1,3 @@
help: Shutdown the system at a future time
allowed: echo -n '<HH:MM>' '<MMDDYY>' '+MM'
-run: sudo /sbin/shutdown -h $3
+run: sudo /sbin/shutdown -h $3 &