소스 검색

config file for running web application after reboot added

Dev Server 1 년 전
부모
커밋
d2bf7efcbc
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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