mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 12:57:00 +05:30
systemd: revive walls-bot-rs
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
064b0f9c0a
commit
d996c707c6
2 changed files with 32 additions and 1 deletions
|
@ -8,7 +8,7 @@ function prettyPrint() {
|
|||
}
|
||||
|
||||
# Grab all service names
|
||||
declare -a services=('mirror-bot' 'mirror-bot-2' 'uno-bot')
|
||||
declare -a services=('mirror-bot' 'mirror-bot-2' 'walls-bot-rs')
|
||||
|
||||
# Now loop through each service and install it
|
||||
for service in "${services[@]}"; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue