1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_acmetool.git synced 2024-08-16 12:29:49 +02:00
ansible_role_acmetool/files/acme.service
2019-07-27 17:11:01 +02:00

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