Remove walls-bot-2

Pretty unused

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-09-11 18:48:26 +05:30
parent fd379dc6c0
commit 2bb9b324ab
No known key found for this signature in database
GPG Key ID: C2E74282C2133D62
2 changed files with 1 additions and 25 deletions

View File

@ -8,7 +8,7 @@ function prettyPrint {
}
# Grab all service names
declare -a services=('caddy' 'gitea' 'mirror-bot' 'mirror-bot-2' 'uno-bot' 'walls-bot' 'walls-bot-2')
declare -a services=('caddy' 'gitea' 'mirror-bot' 'mirror-bot-2' 'uno-bot' 'walls-bot')
# Now loop through each service and install it
for service in "${services[@]}"; do

View File

@ -1,24 +0,0 @@
[Unit]
Description=Phone walls bot service
After=network.target
[Service]
Restart=on-abort
Type=simple
User=bot
WorkingDirectory=/home/bot/walls-bot-2
ExecStart=/home/bot/walls-bot/gradlew run
ExecReload=/bin/kill -USR1 $MAINPID
KillMode=mixed
KillSignal=SIGQUIT
TimeoutStopSec=5s
PrivateTmp=true
PrivateDevices=false
ProtectSystem=full
CPUWeight=10
CPUQuota=10%
IOWeight=20
MemorySwapMax=1
[Install]
WantedBy=multi-user.target