mirror of
https://github.com/roles-ansible/ansible_role_acmetool.git
synced 2024-08-16 12:29:49 +02:00
15 lines
246 B
SYSTEMD
15 lines
246 B
SYSTEMD
|
[Unit]
|
||
|
Description = Update Let's Encrypt certificates
|
||
|
|
||
|
[Service]
|
||
|
ExecStart = /usr/bin/acmetool --batch reconcile
|
||
|
|
||
|
#User = acme
|
||
|
#Group = acme
|
||
|
|
||
|
PrivateTmp = True
|
||
|
PrivateDevices = True
|
||
|
ProtectSystem = True
|
||
|
ProtectHome = True
|
||
|
NoNewPrivileges = True
|