5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
systemctl stop url-shortener-gui.service
|
|
systemctl disable url-shortener-gui.service
|
|
exit 0
|