mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +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
|
Type=simple
|
||||||
User=btracker
|
User=btracker
|
||||||
Group=btracker
|
Group=btracker
|
||||||
|
WorkingDirectory=/path/to/www
|
||||||
ExecStart=/usr/local/bin/btracker\
|
ExecStart=/usr/local/bin/btracker\
|
||||||
--storage=/path/to/aquatic-crawler/preload\
|
--storage=/path/to/aquatic-crawler/preload\
|
||||||
--link=http://[302:68d0:f0d5:b88d::fdb]\
|
--link=http://[302:68d0:f0d5:b88d::fdb]\
|
||||||
|
|
@ -17,3 +18,4 @@ StandardError=file:/path/to/error.log
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
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