mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 13:15:42 +12:00
4 lines
71 B
Bash
Executable file
4 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
systemctl stop HISP
|
|
systemctl disable HISP
|
|
userdel horseisle
|