Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵增煜
/
tzt-admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
102b2477
authored
Nov 28, 2024
by
纪相明
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改计划任务执行权限
parent
f74ffb87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docker/php/crontab
+2
-2
No files found.
docker/php/crontab
View file @
102b2477
...
@@ -19,7 +19,7 @@ TZ=Asia/Shanghai
...
@@ -19,7 +19,7 @@ TZ=Asia/Shanghai
#
#
# 每分钟检测一次服务是否正常运行
# 每分钟检测一次服务是否正常运行
* * * * *
root
/bin/date "+%Y-%m-%d %H:%M:%S" >> /tmp/test-crontab.log 2>&1
* * * * *
www-data
/bin/date "+%Y-%m-%d %H:%M:%S" >> /tmp/test-crontab.log 2>&1
* * * * *
root
/var/www/artisan schedule:run >> /tmp/schedule-run.log 2>&1
* * * * *
www-data
/var/www/artisan schedule:run >> /tmp/schedule-run.log 2>&1
Write
Preview
Markdown
is supported
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