mirror of
				https://git.proxmox.com/git/systemd
				synced 2025-11-04 05:57:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			200 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			200 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Test for UMask default
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStart=/bin/sh -x -c 'touch /tmp/test-exec-umask; mode=$$(stat -c %%a /tmp/test-exec-umask); test "$$mode" = "644"'
 | 
						|
Type=oneshot
 | 
						|
PrivateTmp=yes
 |