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}/
|
WorkingDirectory=${AUTHENTIK_DOCKER_COMPOSE_PATH}/
|
||||||
User=root
|
User=root
|
||||||
Group=root
|
Group=root
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=no
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue