Skip to content

Commit

Permalink
add:起動時向けの取説
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayashin committed Jun 15, 2024
1 parent bc0e671 commit 4ecf7fb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions probability/clustering/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Docker起動時のcron設定
## 1. crontabの編集モードを起動
```
crontab -e
```

## 2. 以下を記述
```
0 9 * * 1 date >> /usr/clustering/server.log
0 9 * * 1 /usr/local/bin/cron.sh
```

## 3.cronの起動
```
service cron start
```

## 4.cronの確認
```
service cron status
```

0 comments on commit 4ecf7fb

Please sign in to comment.