Bugfixes.
This commit is contained in:
parent
c17effe444
commit
bfbd5086c8
3 changed files with 9 additions and 9 deletions
|
@ -20,13 +20,13 @@ After=postgresql-12.service
|
|||
User=drone
|
||||
Group=drone
|
||||
|
||||
Environment="DRONE_CONFIG_FILE=/etc/drone/app.ini"
|
||||
Environment="DOCKER_DRONE_CONFIG_FILE=/etc/drone/app.ini"
|
||||
|
||||
ExecStart=drone.sh
|
||||
ExecStop=docker container stop drone
|
||||
ExecStop=docker container rm drone
|
||||
|
||||
Restart=always
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue