Ver código fonte

config file for running web application after reboot added

Dev Server 1 ano atrás
pai
commit
d2bf7efcbc
1 arquivos alterados com 10 adições e 0 exclusões
  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