Merge pull request #1925 from ShiroDN/patch-1

Fixed systemd service parse error
pull/1932/head
Nick Vyzas 7 years ago committed by GitHub
commit 124a975a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ ExecStart=/usr/bin/proxysql -c /etc/proxysql.cnf
PIDFile=/var/lib/proxysql/proxysql.pid
#StandardError=null # all output is in stderr
SyslogIdentifier=proxysql
Restart=never
Restart=no
User=proxysql
Group=proxysql
PermissionsStartOnly=true

Loading…
Cancel
Save