mirror of
				https://github.com/meshtastic/firmware.git
				synced 2025-10-25 14:13:20 +00:00 
			
		
		
		
	 7d8f9c7f6d
			
		
	
	
		7d8f9c7f6d
		
			
		
	
	
	
	
		
			
			* Stop the madness! Run as a user (not root) * Trigger fsdir migration for < 2.6.9 --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			309 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			309 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Meshtastic Native Daemon
 | |
| After=network-online.target
 | |
| StartLimitInterval=200
 | |
| StartLimitBurst=5
 | |
| 
 | |
| [Service]
 | |
| AmbientCapabilities=CAP_NET_BIND_SERVICE
 | |
| User=meshtasticd
 | |
| Group=meshtasticd
 | |
| Type=simple
 | |
| ExecStart=/usr/bin/meshtasticd
 | |
| Restart=always
 | |
| RestartSec=3
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |