Removed comments in conf nignx file
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
[Unit]
|
||||
# Auto-generated, DO NOT EDIT
|
||||
Description=Service for snap application certbot.renew
|
||||
Requires=snap-certbot-4325.mount
|
||||
Requires=snap-certbot-4412.mount
|
||||
Wants=network.target
|
||||
After=snap-certbot-4325.mount network.target snapd.apparmor.service
|
||||
After=snap-certbot-4412.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/4325
|
||||
WorkingDirectory=/var/snap/certbot/4412
|
||||
TimeoutStopSec=30
|
||||
Type=oneshot
|
||||
|
@ -1,14 +1,14 @@
|
||||
[Unit]
|
||||
# Auto-generated, DO NOT EDIT
|
||||
Description=Timer renew for snap application certbot.renew
|
||||
Requires=snap-certbot-4325.mount
|
||||
After=snap-certbot-4325.mount
|
||||
Requires=snap-certbot-4412.mount
|
||||
After=snap-certbot-4412.mount
|
||||
X-Snappy=yes
|
||||
|
||||
[Timer]
|
||||
Unit=snap.certbot.renew.service
|
||||
OnCalendar=*-*-* 05:42
|
||||
OnCalendar=*-*-* 19:22
|
||||
OnCalendar=*-*-* 09:38
|
||||
OnCalendar=*-*-* 20:24
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
|
@ -1,9 +1,9 @@
|
||||
[Unit]
|
||||
# Auto-generated, DO NOT EDIT
|
||||
Description=Service for snap application vaultwarden.vaultwarden
|
||||
Requires=snap-vaultwarden-161.mount
|
||||
Requires=snap-vaultwarden-164.mount
|
||||
Wants=network.target
|
||||
After=snap-vaultwarden-161.mount network.target snapd.apparmor.service
|
||||
After=snap-vaultwarden-164.mount network.target snapd.apparmor.service
|
||||
X-Snappy=yes
|
||||
|
||||
[Service]
|
||||
@ -11,7 +11,7 @@ EnvironmentFile=-/etc/environment
|
||||
ExecStart=/usr/bin/snap run vaultwarden
|
||||
SyslogIdentifier=vaultwarden.vaultwarden
|
||||
Restart=on-failure
|
||||
WorkingDirectory=/var/snap/vaultwarden/161
|
||||
WorkingDirectory=/var/snap/vaultwarden/164
|
||||
TimeoutStopSec=30
|
||||
Type=simple
|
||||
|
||||
|
Reference in New Issue
Block a user