Bläddra i källkod

config file for running web application after reboot added

Dev Server 1 år sedan
förälder
incheckning
d2bf7efcbc
1 ändrade filer med 10 tillägg och 0 borttagningar
  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