mirror of
				https://git.proxmox.com/git/systemd
				synced 2025-11-04 12:30:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			963 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			963 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Test for specifiers (template unit)
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
ExecStart=test %n = exec-specifier@foo-bar.service
 | 
						|
ExecStart=test %N = exec-specifier@foo-bar
 | 
						|
ExecStart=test %p = exec-specifier
 | 
						|
ExecStart=test %P = exec/specifier
 | 
						|
ExecStart=test %i = foo-bar
 | 
						|
ExecStart=test %I = foo/bar
 | 
						|
ExecStart=test %j = specifier
 | 
						|
ExecStart=test %J = specifier
 | 
						|
ExecStart=test %f = /foo/bar
 | 
						|
ExecStart=test %t = /run
 | 
						|
ExecStart=test %S = /var/lib
 | 
						|
ExecStart=test %C = /var/cache
 | 
						|
ExecStart=test %L = /var/log
 | 
						|
ExecStart=test %E = /etc
 | 
						|
ExecStart=sh -c 'test %u = $$(id -un)'
 | 
						|
ExecStart=sh -c 'test %U = $$(id -u)'
 | 
						|
ExecStart=sh -c 'test %g = $$(id -gn)'
 | 
						|
ExecStart=sh -c 'test %G = $$(id -g)'
 | 
						|
ExecStart=test %h = /root
 | 
						|
ExecStart=sh -c 'test %s = /bin/sh'
 | 
						|
ExecStart=sh -c 'test %m = $$(cat /etc/machine-id)'
 | 
						|
ExecStart=sh -c 'test %b = $$(cat /proc/sys/kernel/random/boot_id | sed -e 's/-//g')'
 | 
						|
ExecStart=sh -c 'test %H = $$(hostname)'
 | 
						|
ExecStart=sh -c 'test %v = $$(uname -r)'
 |