14 lines
		
	
	
		
			No EOL
		
	
	
		
			327 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			No EOL
		
	
	
		
			327 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Service to keep secrets of applications
 | 
						|
Documentation=https://github.com/yousefvand/secret-service
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=default.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=simple
 | 
						|
RestartSec=30
 | 
						|
Restart=always
 | 
						|
Environment="MASTERPASSWORD=01234567890123456789012345678912"
 | 
						|
WorkingDirectory=/usr/bin/
 | 
						|
ExecStart=/usr/bin/secretserviced |