add systemd user .service file
This commit is contained in:
		
							parent
							
								
									d715fa5337
								
							
						
					
					
						commit
						5e6e486290
					
				
							
								
								
									
										11
									
								
								dapnet2ntfy.service
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								dapnet2ntfy.service
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,11 @@
 | 
				
			||||||
 | 
					[Unit]
 | 
				
			||||||
 | 
					Description=Gateway for messages from DAPNET to ntfy
 | 
				
			||||||
 | 
					After=network-online.target
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[Service]
 | 
				
			||||||
 | 
					ExecStart=%h/bin/dapnet2ntfy.pl
 | 
				
			||||||
 | 
					Restart=always
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[Install]
 | 
				
			||||||
 | 
					WantedBy=default.target
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue