diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 23:30:23 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 23:30:23 +0300 |
commit | bdb038d367a70b571ec73ad462d72dbe566aa694 (patch) | |
tree | e92b56cde898bc0a0f417757b9d970fba31d8c92 /extra/scron/files | |
parent | b232efbda91fcfadf3f3440ea22800b4141e440e (diff) | |
download | repository-bdb038d367a70b571ec73ad462d72dbe566aa694.tar.gz |
add build files for scron
Diffstat (limited to 'extra/scron/files')
-rw-r--r-- | extra/scron/files/scron.run | 2 | ||||
-rw-r--r-- | extra/scron/files/sources | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/extra/scron/files/scron.run b/extra/scron/files/scron.run new file mode 100644 index 00000000..041cdf0b --- /dev/null +++ b/extra/scron/files/scron.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec scrond -n >>/var/log/cron 2>&1 diff --git a/extra/scron/files/sources b/extra/scron/files/sources new file mode 100644 index 00000000..f37d4a95 --- /dev/null +++ b/extra/scron/files/sources @@ -0,0 +1,2 @@ +https://dl.2f30.org/releases/scron-0.4.tar.gz +files/scron.run |