initial commit
This commit is contained in:
9
etc/systemd/system/certbot.service
Normal file
9
etc/systemd/system/certbot.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Certbot
|
||||
Documentation=file:///usr/share/doc/python-certbot-doc/html/index.html
|
||||
Documentation=https://certbot.eff.org/docs
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/sbin/certbot -q renew --no-random-sleep-on-renew
|
||||
PrivateTmp=true
|
Reference in New Issue
Block a user