Remove pyrobud

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2020-01-24 14:49:15 +05:30
parent c106d22135
commit d4c08a3c62
No known key found for this signature in database
GPG key ID: C2E74282C2133D62
2 changed files with 1 additions and 36 deletions

View file

@ -1,35 +0,0 @@
[Unit]
Description=Pyrobud Telegram selfbot
After=multi-user.target
[Service]
# Base settings
Type=simple
Restart=always
RestartSec=10
# Execution parameters
User=pyrobud
Group=pyrobud
WorkingDirectory=/home/pyrobud/pyrobud
ExecStart=/home/pyrobud/venv/bin/python -O /home/pyrobud/pyrobud/main.py
# Limit damage in case something goes awry
MemoryLimit=256M
CPUQuota=200%
# Security
PrivateTmp=true
ProtectSystem=full
NoNewPrivileges=true
ProtectControlGroups=true
ProtectKernelModules=true
ProtectKernelTunables=true
PrivateDevices=true
RestrictAddressFamilies=AF_INET AF_INET6
RestrictNamespaces=true
RestrictRealtime=true
SystemCallArchitectures=native
[Install]
WantedBy=multi-user.target

View file

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