disable RemainAfterExit, if it is active, the service will not exit and is not triggered by the timer
This commit is contained in:
parent
2d995dc00d
commit
0272c062d3
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ ExecStart=${AUTHENTIK_DOCKER_COMPOSE_PATH}/scripts/cert_renew.sh
|
|||
WorkingDirectory=${AUTHENTIK_DOCKER_COMPOSE_PATH}/
|
||||
User=root
|
||||
Group=root
|
||||
RemainAfterExit=yes
|
||||
RemainAfterExit=no
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue