Explorar el Código

config file for running web application after reboot added

Dev Server hace 1 año
padre
commit
d2bf7efcbc
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      sharix_open.service

+ 10 - 0
sharix_open.service

@@ -0,0 +1,10 @@
+[Unit]
+Description=sharix_open
+After=multi-user.target
+
+[Service]
+Type=simple
+ExecStart=/root/sharix-open-webapp-base/bin/webuser.sh
+
+[Install]
+WantedBy=multi-user.target