Last Sync: 2022-06-04 12:30:05
This commit is contained in:
		
							parent
							
								
									d6e93b603f
								
							
						
					
					
						commit
						d880e5fab5
					
				
					 2 changed files with 10 additions and 1 deletions
				
			
		| 
						 | 
					@ -6,7 +6,13 @@ tags:
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
# Cron
 | 
					# Cron
 | 
				
			||||||
 | 
					
 | 
				
			||||||
In Arch Linux I use `cronie` for cron jobs. (There is no cron service installed by default).
 | 
					
 | 
				
			||||||
 | 
					## `cronie` 
 | 
				
			||||||
 | 
					In Arch Linux I use `cronie` for cron jobs. (There is no cron service installed by default). Install `cronie` and then enable it in systemd with: 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```bash 
 | 
				
			||||||
 | 
					systemctrl enable --now cronie.service
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
## Commands
 | 
					## Commands
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### List cron jobs
 | 
					### List cron jobs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										3
									
								
								markdown-styles.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								markdown-styles.css
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,3 @@
 | 
				
			||||||
 | 
					h1, body {
 | 
				
			||||||
 | 
					    font-family: 'Liberation';
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue