From c15d3d5be4011f9bfc7e36fb1629529c1eb2e009 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 12 Oct 2017 09:03:03 +0200 Subject: Various fixes and cleanups for base upgrade systemd 234 qemu 2.10 linux 4.13 --- buildos.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildos.service') diff --git a/buildos.service b/buildos.service index d4b1950..ed64494 100644 --- a/buildos.service +++ b/buildos.service @@ -1,6 +1,6 @@ [Unit] Description=build os monitor -After=default.target +After=multi-user.target Conflicts=getty@tty1.service [Service] @@ -19,4 +19,4 @@ Group=build WorkingDirectory=~ [Install] -WantedBy=default.target +WantedBy=multi-user.target -- cgit v1.1