connman-vpn and connman-vpn dbus servise should start after connman service

This commit is contained in:
Rok Garbas 2014-01-11 21:17:17 +01:00
parent 7d4d3536f7
commit e1f363350a

View file

@ -60,6 +60,7 @@ in {
description = "ConnMan VPN service";
wantedBy = [ "multi-user.target" ];
after = [ "syslog.target" ];
before = [ "connman" ];
serviceConfig = {
Type = "dbus";
BusName = "net.connman.vpn";
@ -72,6 +73,7 @@ in {
description = "D-BUS Service";
serviceConfig = {
Name = "net.connman.vpn";
before = [ "connman" ];
ExecStart = "${pkgs.connman}/sbin/connman-vpnd -n";
User = "root";
SystemdService = "connman-vpn.service";