mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 21:55:42 +12:00
5 lines
95 B
Bash
5 lines
95 B
Bash
#!/bin/sh
|
|
systemctl daemon-reload
|
|
systemctl stop HISP
|
|
systemctl disable HISP
|
|
userdel horseisle
|