Added missing cron argument to service
This commit is contained in:
parent
ff1c4f799e
commit
f6c3500740
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ Type=oneshot
|
||||||
User=root
|
User=root
|
||||||
PrivateTmp=true
|
PrivateTmp=true
|
||||||
NoNewPrivileges=true
|
NoNewPrivileges=true
|
||||||
ExecStart=/etc/acme/acme-tool
|
ExecStart=/etc/acme/acme-tool cron
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue