Skip to content

Commit

Permalink
chore: 6月16日
Browse files Browse the repository at this point in the history
  • Loading branch information
aehyok committed Jun 6, 2024
1 parent e74627d commit de4728a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/javascript/2024-06-04-heng.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 网址
- https://www.youtube.com/@SuperSimpleSongs/videos
25 changes: 25 additions & 0 deletions docs/javascript/2024-06-05-query.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## 添加系统服务dvsv3-query.service
- /usr/lib/systemd/system
```
[Unit]
Description=dvsv3-query
After=network-online.target
Wants=network-online.target
[Service]
# modify when deploy in prod env
User=dvs
Group=dvs
Type=simple
ExecStart=/usr/local/dotnet-sdk/dotnet /usr/local/sunlight/dvsv3/dvs-query/DVS.Query.Api.dll
WorkingDirectory=/usr/local/sunlight/dvsv3/dvs-query
Restart=always
RestartSec=1
StartLimitInterval=0
[Install]
WantedBy=multi-user.target
```

0 comments on commit de4728a

Please sign in to comment.