We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5350698 commit 2cce06aCopy full SHA for 2cce06a
usr/lib/systemd/system/apisix.service
@@ -10,6 +10,7 @@ Wants=network-online.target
10
Type=forking
11
Restart=on-failure
12
WorkingDirectory=/usr/local/apisix
13
+ExecStartPre=/bin/rm -f /usr/local/apisix/logs/worker_events.sock
14
ExecStart=/usr/bin/apisix start
15
ExecStop=/usr/bin/apisix stop
16
ExecReload=/usr/bin/apisix reload
0 commit comments