mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
9 lines
346 B
Desktop File
9 lines
346 B
Desktop File
[Unit]
|
|
Description=letsencrypt cert update oneshot
|
|
Requires=docker.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/docker run --rm --name certbot_fabmanager -v "/apps/fabmanager/letsencrypt/etc:/etc/letsencrypt" certbot/certbot:latest -c "/etc/letsencrypt/config/webroot.ini" certonly
|
|
ExecStartPost=-/usr/bin/docker restart fabmanager_nginx_1
|