5 lines
109 B
Text
5 lines
109 B
Text
|
#!/bin/sh
|
||
|
systemctl enable scstwmonitor.service
|
||
|
systemctl daemon-reload
|
||
|
systemctl start scstwmonitor.service
|