fix: config file path
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[Service]
|
||||
Type=idle
|
||||
WorkingDirectory=/usr/local/restproxy
|
||||
ExecStart=/usr/local/restproxy/restproxy -r 1 > /dev/null 2>&1 &
|
||||
ExecStart=/usr/local/restproxy/bin/restproxy -r 1 > /dev/null 2>&1 &
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
StandardOutput=null
|
||||
|
||||
Reference in New Issue
Block a user