diff options
author | Frédéric Guillot <fred@kanboard.net> | 2017-11-30 16:47:52 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2017-11-30 16:55:53 -0800 |
commit | 55547db6ce691a71d19a502178c2a9e00a303dd5 (patch) | |
tree | 41197ca843b9b0d5f47e6b22e5bcc00a4aa37b68 /docker/etc/services.d/cron/run | |
parent | 12202f04511c14844641edce879afd81e10e767b (diff) |
Improve docker build to use hooks
Diffstat (limited to 'docker/etc/services.d/cron/run')
-rwxr-xr-x | docker/etc/services.d/cron/run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/etc/services.d/cron/run b/docker/etc/services.d/cron/run new file mode 100755 index 00000000..da378099 --- /dev/null +++ b/docker/etc/services.d/cron/run @@ -0,0 +1,2 @@ +#!/bin/execlineb -P +crond -f
\ No newline at end of file |