Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| c0eb4225dc | |||
| 6ef61a8674 | 
| @ -5,7 +5,7 @@ digd.js | |||||||
| | [dig.js](https://git.coolaj86.com/coolaj86/dig.js) | | [dig.js](https://git.coolaj86.com/coolaj86/dig.js) | ||||||
| | [mdig.js](https://git.coolaj86.com/coolaj86/mdig.js) | | [mdig.js](https://git.coolaj86.com/coolaj86/mdig.js) | ||||||
| | **digd.js** | | **digd.js** | ||||||
| | Sponsored by [Daplie](https://daplie.com). | | A [Root project](https://rootprojects.org). | ||||||
| 
 | 
 | ||||||
| A lightweight DNS / mDNS daemon (server) in node.js. | A lightweight DNS / mDNS daemon (server) in node.js. | ||||||
| 
 | 
 | ||||||
| @ -39,8 +39,7 @@ npm install -g 'git+https://git.coolaj86.com/coolaj86/digd.js.git#v1.2.0' | |||||||
| 
 | 
 | ||||||
| ### without git | ### without git | ||||||
| 
 | 
 | ||||||
| Don't have git? Well, you can also bow down to the gods of the centralized, monopolized, concentrated, *dictator*net | Don't have git? You can use npm's centralized repository: | ||||||
| (as we like to call it here at Daplie Labs), if that's how you roll: |  | ||||||
| 
 | 
 | ||||||
| ```bash | ```bash | ||||||
| npm install -g digd.js | npm install -g digd.js | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								dist/etc/systemd/system/digd.js.service
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/etc/systemd/system/digd.js.service
									
									
									
									
										vendored
									
									
								
							| @ -8,7 +8,7 @@ Wants=network-online.target systemd-networkd-wait-online.service | |||||||
| # Restart on crash (bad signal), but not on 'clean' failure (error exit code) | # Restart on crash (bad signal), but not on 'clean' failure (error exit code) | ||||||
| # Allow up to 3 restarts within 10 seconds | # Allow up to 3 restarts within 10 seconds | ||||||
| # (it's unlikely that a user or properly-running script will do this) | # (it's unlikely that a user or properly-running script will do this) | ||||||
| Restart=on-abnormal | Restart=always | ||||||
| StartLimitInterval=10 | StartLimitInterval=10 | ||||||
| StartLimitBurst=3 | StartLimitBurst=3 | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user