[Hejes-devel] [993] added new target restart_memcached to helyesiras_webdev/Makefile
hejes-devel at nytud.hu
hejes-devel at nytud.hu
Tue Oct 22 13:04:14 CEST 2013
Revision: 993
Author: mihaltz
Date: 2013-10-22 13:04:14 +0200 (Tue, 22 Oct 2013)
Log Message:
-----------
added new target restart_memcached to helyesiras_webdev/Makefile
Modified Paths:
--------------
trunk/web2py/applications/helyesiras_webdev/Makefile
Modified: trunk/web2py/applications/helyesiras_webdev/Makefile
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/Makefile 2013-10-22 11:00:25 UTC (rev 992)
+++ trunk/web2py/applications/helyesiras_webdev/Makefile 2013-10-22 11:04:14 UTC (rev 993)
@@ -12,3 +12,6 @@
restart:
sudo /etc/init.d/apache2 restart
+# use this if new exceptions were added or changed in any of the modules
+restart_memcached:
+ sudo /etc/init.d/memcached restart
More information about the Hejes-devel
mailing list