Updated Systemd (markdown)

oooo-ps 2025-08-05 23:53:50 +03:00
parent 798e00e505
commit f969cd9d3b

@ -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))