mirror of
git://slackware.nl/current.git
synced 2024-12-26 09:58:59 +01:00
7 lines
276 B
Text
7 lines
276 B
Text
|
#!/bin/sh
|
||
|
# This file is installed chmod 644 so that it does not run by default.
|
||
|
# If you've set up dehydrated on this system, then make this file executable
|
||
|
# so that renewals will be done automatically through cron:
|
||
|
# chmod 755 dehydrated
|
||
|
/usr/bin/dehydrated -c > /dev/null
|