run after openvpn starts

This commit is contained in:
zuckerberg 2021-09-24 16:13:35 -04:00
parent 5ac1669330
commit db240d13fb

View File

@ -167,6 +167,7 @@ in {
enable = true; enable = true;
host = "radio.neet.space"; host = "radio.neet.space";
}; };
systemd.services.drastikbot.after = ["openvpn-us-east.service"];
}; };
}; };
}; };