systemd: remove walls-bot-rs

The unit file has been upstreamed to the walls-bot-rs repository
This commit is contained in:
Harsh Shandilya 2022-07-22 10:35:03 +00:00 committed by GitHub
parent 2a2430ee26
commit 6ce25b308a
2 changed files with 1 additions and 28 deletions

View file

@ -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