forked from pool/dehydrated
13 lines
245 B
SYSTEMD
13 lines
245 B
SYSTEMD
|
[Unit]
|
||
|
Description=Certificate Update Runner for Dehydrated
|
||
|
ConditionPathExists=/etc/dehydrated/config
|
||
|
After=network-online.target
|
||
|
Wants=acmeresponder.socket
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/dehydrated --cron
|
||
|
|
||
|
User=@USER@
|
||
|
Group=@USER@
|