mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
errbot module: needs network-online to connect properly
This commit is contained in:
parent
36728c6eb8
commit
c5467a16c4
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ in {
|
|||
dataDir = if !isNull instanceCfg.dataDir then instanceCfg.dataDir else
|
||||
"/var/lib/errbot/${name}";
|
||||
in {
|
||||
after = [ "network.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
preStart = ''
|
||||
mkdir -p ${dataDir}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue