linux-ubuntu-server/etc/systemd/system/snap.certbot.renew.service
2025-01-31 19:39:53 -07:00

17 lines
451 B
Desktop File

[Unit]
# Auto-generated, DO NOT EDIT
Description=Service for snap application certbot.renew
Requires=snap-certbot-4325.mount
Wants=network.target
After=snap-certbot-4325.mount network.target snapd.apparmor.service
X-Snappy=yes
[Service]
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/4325
TimeoutStopSec=30
Type=oneshot