2017-09-19 17:42:45 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Certificate Update Runner for Dehydrated
|
|
|
|
ConditionPathExists=/etc/dehydrated/config
|
|
|
|
After=network-online.target
|
|
|
|
Wants=acmeresponder.socket
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2017-10-06 12:52:01 +02:00
|
|
|
ExecStartPre-=/usr/bin/sh -c 'for i in $(find -L @POSTRUNHOOKS_DIR@ -maxdepth 1 -executable -type f); do $i; done;'
|
2017-09-19 17:42:45 +02:00
|
|
|
ExecStart=/usr/bin/dehydrated --cron
|
|
|
|
|
2017-10-06 12:52:01 +02:00
|
|
|
# dehydrated --cron will drop permissions and run critical code as dehydrated user.
|
|
|
|
User=root
|
|
|
|
Group=root
|