4 lines
109 B
Bash
Executable file
4 lines
109 B
Bash
Executable file
#!/bin/sh
|
|
systemctl enable scstwmonitor.service
|
|
systemctl daemon-reload
|
|
systemctl start scstwmonitor.service
|