You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
208 B
13 lines
208 B
4 years ago
|
#!@l_prefix@/bin/openpkg rc
|
||
|
##
|
||
|
## rc.certbot -- Run-Commands
|
||
|
##
|
||
|
|
||
|
%config
|
||
|
certbot_enable="$openpkg_rc_def"
|
||
|
|
||
|
%daily -u @l_rusr@
|
||
|
rcService certbot enable yes || exit 0
|
||
|
@l_prefix@/bin/certbot-issue
|
||
|
|