mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +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
|
||||
After=docker.socket
|
||||
|
||||
[Service]]
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=${bin_path}
|
||||
EnvironmentFile=${env_file}
|
||||
|
|
Loading…
Add table
Reference in a new issue