5 lines
89 B
Bash
5 lines
89 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
systemctl daemon-reload
|
||
|
systemctl enable linkwallet
|
||
|
systemctl start linkwallet
|