mirror of
https://github.com/roles-ansible/ansible_role_acmetool.git
synced 2024-08-16 12:29:49 +02:00
14 lines
246 B
Desktop File
14 lines
246 B
Desktop File
[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
|