6 lines
82 B
Bash
6 lines
82 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
systemctl daemon-reload
|
||
|
systemctl enable onionr
|
||
|
systemctl start onionr
|