Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlpineLinuxPhpNginx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IT-division Public
dockerimages
AlpineLinuxPhpNginx
Commits
6ff28133
Commit
6ff28133
authored
1 year ago
by
Michael.Menk
Browse files
Options
Downloads
Patches
Plain Diff
Remove cron files
parent
8cf8e4cc
No related branches found
No related tags found
No related merge requests found
Pipeline
#210995
passed
1 year ago
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
container/etc/periodic/.dir
+0
-0
0 additions, 0 deletions
container/etc/periodic/.dir
container/etc/periodic/15min/oppetid-cron
+0
-6
0 additions, 6 deletions
container/etc/periodic/15min/oppetid-cron
container/etc/periodic/daily/oppetid-cron
+0
-2
0 additions, 2 deletions
container/etc/periodic/daily/oppetid-cron
with
0 additions
and
8 deletions
container/etc/periodic/.dir
0 → 100644
+
0
−
0
View file @
6ff28133
This diff is collapsed.
Click to expand it.
container/etc/periodic/15min/oppetid-cron
deleted
100755 → 0
+
0
−
6
View file @
8cf8e4cc
#!/bin/bash
if
[
$(
date
+%M
)
-gt
40
]
;
then
#0-5 min random sleep
sleep
$(
cat
/proc/meminfo |grep MemFree|awk
'{print $2%300}'
| bc
)
lynx
-useragent
=
'UiB cron lynx'
-source
http://oppetid.app.uib.no/crn.php
>
/dev/null 2>/dev/null
fi
This diff is collapsed.
Click to expand it.
container/etc/periodic/daily/oppetid-cron
deleted
100755 → 0
+
0
−
2
View file @
8cf8e4cc
#!/bin/sh
lynx
-useragent
=
'UiB cron lynx'
-source
"http://oppetid.app.uib.no/ssl.php?update=1"
>
/dev/null 2>/dev/null
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment