rpms/tor/devel tor.upstart,1.5,1.6

ensc ensc at fedoraproject.org
Thu Dec 10 21:33:40 UTC 2009


Author: ensc

Update of /cvs/extras/rpms/tor/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21451

Modified Files:
	tor.upstart 
Log Message:
optimized upstart script and start on runlevel 345 only



Index: tor.upstart
===================================================================
RCS file: /cvs/extras/rpms/tor/devel/tor.upstart,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- tor.upstart	6 Dec 2009 10:42:26 -0000	1.5
+++ tor.upstart	10 Dec 2009 21:33:40 -0000	1.6
@@ -1,10 +1,8 @@
 ### Uncomment matching 'start' lines below.
 
-#start on starting local
+#start on runlevel [345] and starting local
 
-stop  on (runlevel 0 or
-          runlevel 1 or
-          runlevel 6)
+stop  on runlevel [!345]
 
 limit nofile 4096
 




More information about the fedora-extras-commits mailing list