mirror of
https://github.com/unmojang/drasl.git
synced 2025-08-05 11:56:10 -04:00
systemd: wait for network-online.target, nss-lookup.target
This commit is contained in:
parent
556b42806a
commit
33d4d91ab3
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Drasl
|
Description=Drasl
|
||||||
After=network-online.target
|
After=network-online.target nss-lookup.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
DynamicUser=true
|
DynamicUser=true
|
||||||
|
@ -113,6 +113,7 @@
|
|||||||
systemd.services.drasl = {
|
systemd.services.drasl = {
|
||||||
description = "drasl";
|
description = "drasl";
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
|
after = ["network-online.target" "nss-lookup.target"];
|
||||||
|
|
||||||
serviceConfig = let
|
serviceConfig = let
|
||||||
pkg = self.defaultPackage.${pkgs.system};
|
pkg = self.defaultPackage.${pkgs.system};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user