瀏覽代碼

Merge branch 'unstable' of blezz-tech/sharix-open-config into unstable

共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 2 1
      .gitignore
  2. 2 1
      sharix_open.service.example

+ 2 - 1
.gitignore

@@ -1,2 +1,3 @@
 # Desktop Services Store
-.DS_Store
+.DS_Store
+sharix_open.service

+ 2 - 1
sharix_open.service → sharix_open.service.example

@@ -4,7 +4,8 @@ After=multi-user.target
 
 [Service]
 Type=simple
-ExecStart=/root/sharix-open-webapp-base/bin/webuser.sh
+WorkingDirectory=/root/sharix-open-webapp-base
+ExecStart=/root/sharix-open-webapp-base/bin/start.sh
 
 [Install]
 WantedBy=multi-user.target