GIF89a; EcchiShell v1.0
//proc/self/root/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/systemd/system/

Shell Version : 1.0

Rank Alexa : No Global Rank DA : 0 PA : 0

OS : Linux

RDP : Can't Create RDP

PHP Version : 7.0.33

Software : Apache

Information System : Linux vps.vcrowd.in 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64

Disable Function : NONE

[Unit] Description=Varnish Cache, a high-performance HTTP accelerator After=network.target [Service] # If you want to make changes to this file, please copy it to # /etc/systemd/system/varnish.service and make your changes there. # This will override the file kept at /lib/systemd/system/varnish.service # # Environment variables may be found in /etc/varnish/varnish.params # # Maximum number of open files (for ulimit -n) LimitNOFILE=131072 # Locked shared memory (for ulimit -l) # Default log size is 82MB + header LimitMEMLOCK=85983232 # On systemd >= 228 enable this to avoid "fork failed" on reload. #TasksMax=infinity # Maximum size of the corefile. LimitCORE=infinity EnvironmentFile=/etc/varnish/varnish.params Type=forking PIDFile=/var/run/varnish.pid PrivateTmp=true ExecStart=/usr/sbin/varnishd \ -P /var/run/varnish.pid \ -f $VARNISH_VCL_CONF \ -a ${VARNISH_LISTEN_ADDRESS}:${VARNISH_LISTEN_PORT} \ -T ${VARNISH_ADMIN_LISTEN_ADDRESS}:${VARNISH_ADMIN_LISTEN_PORT} \ -S $VARNISH_SECRET_FILE \ -s $VARNISH_STORAGE \ $DAEMON_OPTS ExecReload=/usr/sbin/varnish_reload_vcl [Install] WantedBy=multi-user.target