mirror of
https://codeberg.org/postscriptum/devzone.org.ua.git
synced 2026-02-18 22:02:41 +00:00
separate lines
This commit is contained in:
parent
06898e8a61
commit
5de426591f
1 changed files with 2 additions and 1 deletions
|
|
@ -162,7 +162,8 @@ port_info_file = "/var/lib/arti/public/port_info.json"
|
|||
Оскільки користувача відмічено як `nologin`, для запуску службових команд (наприклад, отримання домену `.onion`) від його імені, використовується такий підхід:
|
||||
|
||||
``` bash
|
||||
su arti -s /bin/bash -c 'arti hss -c /path/to/config.toml --nickname allum-cepa onion-address'
|
||||
su arti -s /bin/bash \
|
||||
-c 'arti hss -c /path/to/config.toml --nickname allum-cepa onion-address'
|
||||
```
|
||||
* `allum-cepa` - це назва умовного кейсу `[onion_services."allum-cepa"]` в `config.toml`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue