Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Pellerin
Mezzo
Commits
f524059e
Commit
f524059e
authored
Mar 20, 2018
by
Emilie
Browse files
[cron] : update script with new bin
parent
f2d95a55
Changes
1
Hide whitespace changes
Inline
Side-by-side
etc/cron.d/app
View file @
f524059e
APP=%s
PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
0 */3 * * * cri cd $APP; bin/p
ush
.sh >> var/log/cron/push.log
*/10 * * * * cri cd $APP; bin/poll_twitter.sh >> var/log/cron/poll_twitter.log
#0,30 * * * * cri cd $APP; bin/upgrade.sh >> var/log/cron/upgrade.log
0 */3 * * * cri cd $APP;
./
bin/p
rod/push_data
.sh >> var/log/cron/push.log
*/10 * * * * cri cd $APP; bin/
misc/
poll_twitter.sh >> var/log/cron/poll_twitter.log
#0,30 * * * * cri cd $APP; bin/
prod/
upgrade.sh
-u -r -c -f -m
>> var/log/cron/upgrade.log
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment