Benoit V
							
						 
					 | 
					
						
						
							
						
						bab729e2e4
					 | 
					
						
						
							
							Update docker-openvpn@.service (docker.socket)
						
						
						
						
						
						
						
						Since version 1.12, Docker removed `docker.socket` <https://docs.docker.com/release-notes/docker-engine/>
The problem was already present on RPM systems (e.g. RHEL, Fedora, CentOS), and now also seems to affect Debian 9 (Stretch).
This change replaces `docker.socket` by `docker.service`.
It solves this problem:
```
> systemctl start docker-openvpn@.service
Failed to start docker-openvpn@.service: Unit docker.socket not found.
```
Related issues:
 - <https://github.com/kylemanna/docker-openvpn/issues/280>
 - <https://github.com/kylemanna/docker-openvpn/pull/286> 
						
						
					 | 
					
						2018-11-08 11:24:57 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Christopher Bunn
							
						 
					 | 
					
						
						
							
						
						8f09769fdd
					 | 
					
						
						
							
							systemd: reduce container privilege by whitelisting NET_ADMIN capability
						
						
						
						
						
						
					 | 
					
						2017-07-10 20:10:39 -07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Kyle Manna
							
						 
					 | 
					
						
						
							
						
						f996bbaa8e
					 | 
					
						
						
							
							README: Clarify volume naming convention
						
						
						
						
						
						
						
						* Use a better default that works with systemd service out of the box.
* Update upstart init script to follow convention. 
						
						
					 | 
					
						2017-05-10 08:14:51 -07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Kyle Manna
							
						 
					 | 
					
						
						
							
						
						1129eb09bc
					 | 
					
						
						
							
							systemd: Remove read-only flag on volume
						
						
						
						
						
						
						
						* The read-only flag will create issues with those trying to add
  certificates to the data volume. 
						
						
					 | 
					
						2017-01-17 07:27:21 -08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Kyle Manna
							
						 
					 | 
					
						
						
							
						
						4737654cb2
					 | 
					
						
						
							
							docs: Add systemd documentation
						
						
						
						
						
						
						
						* Describe how to use the reference service.
* Closes #200 
						
						
					 | 
					
						2017-01-16 14:12:22 -08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Kyle Manna
							
						 
					 | 
					
						
						
							
						
						379766fc5e
					 | 
					
						
						
							
							misc: Switch from data container to data volume
						
						
						
						
						
						
						
						* Use the `docker volume` mechanism.
* Less confusing and makes more sense.
* Released in ~ docker v1.9 
						
						
					 | 
					
						2016-09-03 16:17:50 -07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Kyle Manna
							
						 
					 | 
					
						
						
							
						
						149cd3a3a3
					 | 
					
						
						
							
							systemd: Set upstream image to latest
						
						
						
						
						
						
						
						* No longer is the image tagged dev following the merge. 
						
						
					 | 
					
						2015-08-07 12:12:37 -07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Kyle Manna
							
						 
					 | 
					
						
						
							
						
						5a1e642177
					 | 
					
						
						
							
							init: systemd: Use systemd style config overrides
						
						
						
						
						
						
						
						* RIP hacky /etc/default/foo style environement sourcing hack 
						
						
					 | 
					
						2015-07-11 08:50:24 -07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Kyle Manna
							
						 
					 | 
					
						
						
							
						
						313d1e756c
					 | 
					
						
						
							
							init: Update init file to be a template
						
						
						
						
						
						
						
						* Useful for systems with several OpenVPN docker containers running. 
						
						
					 | 
					
						2015-07-11 08:31:58 -07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Kyle Manna
							
						 
					 | 
					
						
						
							
						
						9c8d195880
					 | 
					
						
						
							
							init: Add docker-openvpn systemd service file
						
						
						
						
						
						
						
						* Works with IPv6 thanks to ExecStartPost. 
						
						
					 | 
					
						2015-07-05 21:08:47 -07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Kyle Manna
							
						 
					 | 
					
						
						
							
						
						e3655b5115
					 | 
					
						
						
							
							init: Move upstart file to init directory
						
						
						
						
						
						
						
						* No functional changes. 
						
						
					 | 
					
						2015-07-05 21:07:00 -07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |