5 lines
110 B
Bash
5 lines
110 B
Bash
#!/bin/sh
|
|
|
|
systemctl daemon-reload
|
|
systemctl restart bitvis-http.service
|
|
systemctl enable bitvis-http.service
|