Skip to content

Commit

Permalink
修正自动启动配置文件样例中的可执行文件名称
Browse files Browse the repository at this point in the history
  • Loading branch information
gehongyan committed Jan 6, 2022
1 parent 3b5db83 commit eadc19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ WinSW 配置文件 `WinSW.xml` 样例:
<id>USTBAutoLogin</id>
<name>USTB Auto Login</name>
<description>USTB 校园网自动登录</description>
<executable>USTB.Login.FromConsole.exe</executable>
<executable>ustb-autologin-console-win-x64.exe</executable>
<arguments></arguments>
<onfailure action="restart" delay="30 sec"/>
<onfailure action="restart" delay="120 sec"/>
Expand All @@ -65,7 +65,7 @@ Description=USTB Auto Login

[Service]
Type=notify
ExecStart=/usr/ustb-login/USTB.Login.FromConsole -c /usr/ustb-login/appsettings.json
ExecStart=/usr/ustb-login/ustb-autologin-console-linux-x64 -c /usr/ustb-login/appsettings.json

[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit eadc19a

Please sign in to comment.