Fix Mastodon Web systemd service
Removes a legacy property from the config, which made the service fail to start after having upgraded systemd on Andromeda.
This commit is contained in:
		
							parent
							
								
									fd913770b9
								
							
						
					
					
						commit
						c7d91f68f9
					
				| @ -107,8 +107,7 @@ | |||||||
|       "tor-full::default", |       "tor-full::default", | ||||||
|       "kosmos-base::letsencrypt", |       "kosmos-base::letsencrypt", | ||||||
|       "git::default", |       "git::default", | ||||||
|       "git::package", |       "git::package" | ||||||
|       "poise-git::default" |  | ||||||
|     ], |     ], | ||||||
|     "platform": "ubuntu", |     "platform": "ubuntu", | ||||||
|     "platform_version": "18.04", |     "platform_version": "18.04", | ||||||
|  | |||||||
| @ -16,7 +16,6 @@ Environment="LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1" | |||||||
| ExecStart=<%= @bundle_path %> exec puma -C config/puma.rb --pidfile <%= @app_dir %>/tmp/puma.pid | ExecStart=<%= @bundle_path %> exec puma -C config/puma.rb --pidfile <%= @app_dir %>/tmp/puma.pid | ||||||
| ExecStop=<%= @bundle_path %> exec puma -C config/puma.rb --pidfile <%= @app_dir %>/tmp/puma.pid stop | ExecStop=<%= @bundle_path %> exec puma -C config/puma.rb --pidfile <%= @app_dir %>/tmp/puma.pid stop | ||||||
| ExecReload=<%= @bundle_path %> exec pumactl -F config/puma.rb --pidfile <%= @app_dir %>/tmp/puma.pid phased-restart | ExecReload=<%= @bundle_path %> exec pumactl -F config/puma.rb --pidfile <%= @app_dir %>/tmp/puma.pid phased-restart | ||||||
| ExecRestart=<%= @bundle_path %> exec pumactl -F config/puma.rb --pidfile <%= @app_dir %>/tmp/puma.pid restart |  | ||||||
| TimeoutSec=15 | TimeoutSec=15 | ||||||
| Restart=always | Restart=always | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user