diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-07-02 22:35:54 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-07-02 22:35:54 -0400 |
commit | 4b5c3b05271a63cb7b2790ffa9a81453fef5b642 (patch) | |
tree | de0fb4b380d4882826dff7caae49114ce0a330ab /docker/services.d/cron/run | |
parent | 9bc82296a93c348c376a7db472be1612f1785c3f (diff) |
Use PHP7 for Docker image
Diffstat (limited to 'docker/services.d/cron/run')
-rwxr-xr-x | docker/services.d/cron/run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/services.d/cron/run b/docker/services.d/cron/run new file mode 100755 index 00000000..da378099 --- /dev/null +++ b/docker/services.d/cron/run @@ -0,0 +1,2 @@ +#!/bin/execlineb -P +crond -f
\ No newline at end of file |