Skip to content

Commit add926e

Browse files
crond: add page (#16893)
Co-authored-by: Managor <[email protected]>
1 parent 9761160 commit add926e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pages/linux/crond.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# crond
2+
3+
> Daemon to execute scheduled commands from crontab files.
4+
> More information: <https://manned.org/crond>.
5+
6+
- Start daemon in the background and check for scheduled commands:
7+
8+
`crond`
9+
10+
- Start daemon in the foreground and check for scheduled commands:
11+
12+
`crond -n`
13+
14+
- Send job output from the daemon to the system log:
15+
16+
`crond -s`
17+
18+
- Override default limitations and accept custom crontables:
19+
20+
`crond -p`
21+
22+
- Inherit crontab file path from environment settings:
23+
24+
`crond -P`

0 commit comments

Comments
 (0)