mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +02:00
fix: correct service section header in install-agent.sh
This commit is contained in:
parent
27f7e08e18
commit
8ca6ac2752
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ cat <<EOF >$service_file
|
||||||
Description=GoDoxy Agent
|
Description=GoDoxy Agent
|
||||||
After=docker.socket
|
After=docker.socket
|
||||||
|
|
||||||
[Service]]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=${bin_path}
|
ExecStart=${bin_path}
|
||||||
EnvironmentFile=${env_file}
|
EnvironmentFile=${env_file}
|
||||||
|
|
Loading…
Add table
Reference in a new issue