All images now support rootless (#418)
This commit is contained in:
		
							
								
								
									
										37
									
								
								build/embeddeddb/supervisord.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								build/embeddeddb/supervisord.conf
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,37 @@ | ||||
| [supervisord] | ||||
| user=root | ||||
| nodaemon=true | ||||
| logfile=/var/log/supervisord/supervisord.log | ||||
| logfile_maxbytes=50 | ||||
| logfile_backups=5 | ||||
| pidfile=/var/run/supervisord/supervisord.pid | ||||
| loglevel = info | ||||
|  | ||||
| [unix_http_server] | ||||
| file=/var/run/supervisord/supervisor.sock | ||||
| chmod=0700 | ||||
|  | ||||
| [rpcinterface:supervisor] | ||||
| supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface | ||||
|  | ||||
| [supervisorctl] | ||||
| serverurl=unix:///var/run/supervisord/supervisor.sock | ||||
|  | ||||
| [program:mariadb] | ||||
| user=gaseous | ||||
| command=bash -c "/usr/sbin/start-mariadb.sh" | ||||
| autostart=true | ||||
| autorestart=true | ||||
| redirect_stderr=true | ||||
| stdout_logfile=/dev/fd/1 | ||||
| stdout_logfile_maxbytes=0 | ||||
|  | ||||
| [program:gaseous-server] | ||||
| user=gaseous | ||||
| command=dotnet /App/gaseous-server.dll | ||||
| environment=HOME="/home/gaseous",USER="gaseous" | ||||
| autostart=true | ||||
| autorestart=true | ||||
| redirect_stderr=true | ||||
| stdout_logfile=/dev/fd/1 | ||||
| stdout_logfile_maxbytes=0 | ||||
		Reference in New Issue
	
	Block a user
	 Michael Green
					Michael Green