Browse Source

config file for running web application after reboot added

Dev Server 1 year ago
parent
commit
d2bf7efcbc
1 changed files with 10 additions and 0 deletions
  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