2024-11-09

This commit is contained in:
2024-11-09 12:37:33 -07:00
parent 56c3e1f963
commit 591a1fbf5d
23 changed files with 339 additions and 63 deletions

View File

@ -1,9 +1,9 @@
[Unit]
# Auto-generated, DO NOT EDIT
Description=Service for snap application certbot.renew
Requires=snap-certbot-3834.mount
Requires=snap-certbot-4182.mount
Wants=network.target
After=snap-certbot-3834.mount network.target snapd.apparmor.service
After=snap-certbot-4182.mount network.target snapd.apparmor.service
X-Snappy=yes
[Service]
@ -11,6 +11,6 @@ EnvironmentFile=-/etc/environment
ExecStart=/usr/bin/snap run --timer="00:00~24:00/2" certbot.renew
SyslogIdentifier=certbot.renew
Restart=no
WorkingDirectory=/var/snap/certbot/3834
WorkingDirectory=/var/snap/certbot/4182
TimeoutStopSec=30
Type=oneshot