Merge pull request #141 from YunoHost/systemd-stdout
Fix systemd stdout/stderr
This commit is contained in:
		
						commit
						241c18f77f
					
				@ -7,7 +7,9 @@ Type=simple
 | 
				
			|||||||
User=__APP__
 | 
					User=__APP__
 | 
				
			||||||
Group=__APP__
 | 
					Group=__APP__
 | 
				
			||||||
WorkingDirectory=__FINALPATH__/
 | 
					WorkingDirectory=__FINALPATH__/
 | 
				
			||||||
ExecStart=__FINALPATH__/script >> /var/log/__APP__/__APP__.log 2>&1
 | 
					ExecStart=__FINALPATH__/script
 | 
				
			||||||
 | 
					StandardOutput=append:/var/log/__APP__/__APP__.log
 | 
				
			||||||
 | 
					StandardError=inherit
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Install]
 | 
					[Install]
 | 
				
			||||||
WantedBy=multi-user.target
 | 
					WantedBy=multi-user.target
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user