You've already forked dyndns-client
							
							Initial Commit
This commit is contained in:
		
							
								
								
									
										13
									
								
								systemd/dyndns-client-docker.service
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								systemd/dyndns-client-docker.service
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| [Unit] | ||||
| Description=dyndns-client | ||||
| Requires=docker.service network-online.target time-sync.target | ||||
| After=docker.service network-online.target time-sync.target | ||||
|  | ||||
| [Service] | ||||
| Type=simple | ||||
| ExecStartPre=/usr/bin/docker pull docker.io/volkerraschek/dyndns-client:latest | ||||
| ExecStart=/usr/bin/docker run --name=dyndns-client --network=host --privileged --rm --volume /etc/dyndns-client:/etc/dyndns-client docker.io/volkerraschek/dyndns-client:latest | ||||
| ExecStop=/usr/bin/docker stop dyndns-client | ||||
|  | ||||
| [Install] | ||||
| WantedBy=multi-user.target | ||||
							
								
								
									
										13
									
								
								systemd/dyndns-client.service
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								systemd/dyndns-client.service
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| [Unit] | ||||
| Description=dyndns-client | ||||
| Requires=network-online.target time-sync.target | ||||
| After=network-online.target time-sync.target | ||||
|  | ||||
| [Service] | ||||
| Type=simple | ||||
| Environment=DYNDNS_CLIENT_LOGGER_LEVEL=INFO | ||||
| ExecStart=/usr/bin/dyndns-client | ||||
| KillSignal=SIGTERM | ||||
|  | ||||
| [Install] | ||||
| WantedBy=multi-user.target | ||||
		Reference in New Issue
	
	Block a user