mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 09:05:30 +00:00
Updated Systemd (markdown)
parent
798e00e505
commit
f969cd9d3b
1 changed files with 3 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ Wants=network.target
|
|||
Type=simple
|
||||
User=btracker
|
||||
Group=btracker
|
||||
WorkingDirectory=/path/to/www
|
||||
ExecStart=/usr/local/bin/btracker\
|
||||
--storage=/path/to/aquatic-crawler/preload\
|
||||
--link=http://[302:68d0:f0d5:b88d::fdb]\
|
||||
|
|
@ -16,4 +17,5 @@ StandardError=file:/path/to/error.log
|
|||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
```
|
||||
```
|
||||
* The `WorkingDirectory` path should contain the project `templates` dir ([details](https://rocket.rs/guide/v0.5/deploying/#deploying))
|
||||
Loading…
Add table
Add a link
Reference in a new issue