Skip to content
Snippets Groups Projects
Commit 8315b3fb authored by victarr's avatar victarr
Browse files

Add new file

parent ee4fff36
Branches
No related tags found
No related merge requests found
#!/usr/bin/with-contenv bash
## load /etc/environment vars first:
for line in $( cat /etc/environment ) ; do export $line > /dev/null; done
exec cron -f 2>&1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment