Removed razor due to excessive ressource usage

This commit is contained in:
2022-02-06 19:42:03 +01:00
parent 5b2faa2ddc
commit 77682b077b
4 changed files with 1 additions and 181 deletions

View File

@ -1,14 +0,0 @@
# Razorfy Configuration file
# set to 1 to enable debug logging (Default 0)
RAZORFY_DEBUG = 0
# max number of threads to use (Default 200)
RAZORFY_MAXTHREADS = 200
# bind razorfy default to local ip address (127.0.0.1)
# use :: for all (dual stack), 0.0.0.0 (all ipv4), ::1 localhost v6only, 127.0.0.1 localhost ipv4
RAZORFY_BINDADDRESS = 127.0.0.1
# tcp port to use
RAZORFY_BINDPORT = 11342

View File

@ -1,32 +0,0 @@
[Unit]
Description=Razorfy Service
Requires=network.target local-fs.target time-sync.target
[Service]
Type=simple
User=razorfy
Group=razorfy
EnvironmentFile=/etc/razorfy.conf
ExecStart=/usr/local/bin/razorfy.pl
ExecReload=/bin/kill -HUP $MAINPID
ExecStop=/bin/kill $MAINPID
Restart=always
RestartSec=3
PIDFile=/var/run/razor.pid
TimeoutStopSec=30
NoNewPrivileges=true
PrivateDevices=true
PrivateTmp=true
PrivateUsers=true
ProtectControlGroups=true
ProtectHome=true
ProtectKernelModules=true
ProtectKernelTunables=true
ProtectSystem=strict
[Install]
WantedBy=multi-user.target