Commit 3c087628 authored by suyanlong's avatar suyanlong

fix bug

parent 23a420ab
......@@ -4,11 +4,11 @@ After=network.target
[Service]
Type=simple
User=nobody
WorkingDirectory=/root/sidecar
Restart=on-failure
RestartSec=5s
ExecStart=/home/root/sidecar/sidecar --repo /home/root/sidecar/ start
ExecReload=/home/root/sidecar/sidecar --repo /home/root/sidecar/ start
ExecStart=/root/sidecar/sidecar --repo /root/sidecar/ start
ExecReload=/root/sidecar/sidecar --repo /root/sidecar/ start
LimitNOFILE=1048576
[Install]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment