Misc fixes to the blog post
This commit is contained in:
		
					parent
					
						
							
								026aa50896
							
						
					
				
			
			
				commit
				
					
						70ee735808
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -25,10 +25,10 @@ I didn't feel comfortable to give this user control the firewall. However, the s
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> Takes a boolean argument. If true, the permission-related execution options, as configured with User= and similar options (see systemd.exec(5) for more information), are only applied to the process started with ExecStart=, and not to the various other ExecStartPre=, ExecStartPost=, ExecReload=, ExecStop=, and ExecStopPost= commands. If false, the setting is applied to all configured commands the same way. Defaults to false.
 | 
					> Takes a boolean argument. If true, the permission-related execution options, as configured with User= and similar options (see systemd.exec(5) for more information), are only applied to the process started with ExecStart=, and not to the various other ExecStartPre=, ExecStartPost=, ExecReload=, ExecStop=, and ExecStopPost= commands. If false, the setting is applied to all configured commands the same way. Defaults to false.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Exactly what I needed! And thus, I amended the unit file as follows:
 | 
					Exactly what I needed! And thus, I amended the unit file as follows:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
````systemd
 | 
					````systemd
 | 
				
			||||||
 | 
					 | 
				
			||||||
[Unit]
 | 
					[Unit]
 | 
				
			||||||
Description=Mumble Server (Murmur)
 | 
					Description=Mumble Server (Murmur)
 | 
				
			||||||
Requires=network-online.target
 | 
					Requires=network-online.target
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue