Merge pull request #1303 from balena-io/1293-fix-dbus-alias

Don't use the openvpn alias to check VPN status
This commit is contained in:
CameronDiver 2020-05-07 09:17:25 +01:00 committed by GitHub
commit 320090850b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ import { EnvVarObject } from './lib/types';
import { checkInt, checkTruthy } from './lib/validation';
import { DeviceStatus } from './types/state';
const vpnServiceName = 'openvpn-resin';
const vpnServiceName = 'openvpn';
interface DeviceConfigConstructOpts {
db: Database;