mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-30 00:37:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			515 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			515 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Linuxbrew permissions for multi-user systems
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| TimeoutStartSec=infinity
 | |
| Environment=LINUXBREWUSER=root
 | |
| Environment=LINUXBREWGROUP=wheel
 | |
| ExecStart=-chown -R ${LINUXBREWUSER}:${LINUXBREWGROUP} /home/linuxbrew
 | |
| ExecStart=-chgrp -R ${LINUXBREWGROUP} /home/linuxbrew
 | |
| ExecStart=-chmod -R u+rw,g+rw,o+r /home/linuxbrew
 | |
| ExecStart=-setfacl -R -m g:${LINUXBREWGROUP}:rwX,o:rX /home/linuxbrew
 | |
| User=root
 | |
| StandardOutput=journal
 | |
| StandardError=journal
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |