mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-16 07:57:01 +05:30
systemd: remove walls-bot-rs
The unit file has been upstreamed to the walls-bot-rs repository
This commit is contained in:
parent
2a2430ee26
commit
6ce25b308a
2 changed files with 1 additions and 28 deletions
|
@ -8,7 +8,7 @@ function prettyPrint() {
|
|||
}
|
||||
|
||||
# Grab all service names
|
||||
declare -a services=('mirror-bot' 'mirror-bot-2' 'uno-bot' 'walls-bot-rs')
|
||||
declare -a services=('mirror-bot' 'uno-bot')
|
||||
|
||||
# Now loop through each service and install it
|
||||
for service in "${services[@]}"; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue