mirror of
https://github.com/islehorse/HISP.git
synced 2025-05-22 02:56:25 +12:00
4 lines
71 B
Bash
4 lines
71 B
Bash
#!/bin/sh
|
|
systemctl stop HISP
|
|
systemctl disable HISP
|
|
userdel horseisle
|