Re: [systemd-devel] Starting up service after my openvpn connection turns up

2015-06-02 Thread Matthew Karas
Andrei - I'm making good progress on your suggestion but I've hit a snag getting the socket for port 22. Since I'm not starting dropbear through systemd but in the up script, how do I get the system to define port 22? If I tell systemctl to start dropbear.socket - it starts up the dropbear

Re: [systemd-devel] Starting up service after my openvpn connection turns up

2015-06-02 Thread Andrei Borzenkov
В Tue, 2 Jun 2015 10:45:24 -0400 Matthew Karas mkarasc...@gmail.com пишет: Andrei - I'm making good progress on your suggestion but I've hit a snag getting the socket for port 22. Since I'm not starting dropbear through systemd but in the up script, how do I get the system to define port 22?

[systemd-devel] Starting up service after my openvpn connection turns up

2015-06-01 Thread Matthew Karas
I am trying to start a dropbear service after my openvpn service starts up. --- [Unit] Description=SSH Per-Connection Server Wants=dropbearkey.service After=syslog.target dropbearkey.service Wants=openvpn@equipment.service After=openvpn@equipment.service

Re: [systemd-devel] Starting up service after my openvpn connection turns up

2015-06-01 Thread Andrei Borzenkov
В Mon, 1 Jun 2015 16:36:38 -0400 Matthew Karas mkarasc...@gmail.com пишет: I am trying to start a dropbear service after my openvpn service starts up. --- [Unit] Description=SSH Per-Connection Server Wants=dropbearkey.service After=syslog.target