This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
CapabilityBoundingSet=CAP_SETGID CAP_SETUID CAP_SYS_RESOURCE
-
ExecStart=/usr/bin/proxysql --idle-threads -c /etc/proxysql.cnf -f $PROXYSQL_OPTS
-
Group=proxysql
-
LimitCORE=1073741824
-
LimitNOFILE=102400
-
NoNewPrivileges
Introduced in systemd 239=yes -
PermissionsStartOnly=yes
-
PrivateDevices
Introduced in systemd 209=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectSystem
Introduced in systemd 214=full -
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX AF_ALG
-
RuntimeDirectory=proxysql
-
Type=simple
-
UMask=0007
-
User=proxysql
-
-
[Unit]
-
After=network.target
-
Description=High Performance Advanced Proxy for MySQL
-
Additionnal notes
Nothing here.