Add restarting to systemd service file
This commit is contained in:
		@@ -4,6 +4,8 @@ After=multi-user.target
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[Service]
 | 
					[Service]
 | 
				
			||||||
Type=idle
 | 
					Type=idle
 | 
				
			||||||
 | 
					Restart=always
 | 
				
			||||||
 | 
					RestartSec=30s
 | 
				
			||||||
ExecStart=/usr/bin/saunaservice -c /etc/saunaservice/config.json
 | 
					ExecStart=/usr/bin/saunaservice -c /etc/saunaservice/config.json
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Install]
 | 
					[Install]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user