]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Notes in order to create new service
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 10 Jul 2012 15:22:04 +0000 (15:22 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 10 Jul 2012 15:22:04 +0000 (15:22 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@5445 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

dist/slc/src/main/scripts/preinstall-5

index b599581bb491939f7f92c3c7a15302a2a96297eb..6617857344e83e24b3dd19f5bdadc9ae9808cdf6 100644 (file)
@@ -12,4 +12,10 @@ if [ $1 = "1" ];then
        chmod g+r /var/lib/$APP
        mkdir -p /var/lib/$APP/{conf,data}
        chown $APP.$APP /var/lib/$APP/{conf,data}
-fi
\ No newline at end of file
+fi
+
+# mkdir -p /etc/$APP
+# chown root.$APP /etc/$APP
+# chmod 640 /etc/$APP
+
+# chmod u+x /etc/init.d/$APP
\ No newline at end of file