diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-12 09:03:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-12 09:03:03 +0200 |
commit | c15d3d5be4011f9bfc7e36fb1629529c1eb2e009 (patch) | |
tree | b9795c693cbbd7d1ee2d6af666981ac861d57517 /buildos.service | |
parent | 86f6a19d36b1738c1e9d4a95a1c7e7d310f9960c (diff) |
Various fixes and cleanups for base upgrade
systemd 234
qemu 2.10
linux 4.13
Diffstat (limited to 'buildos.service')
-rw-r--r-- | buildos.service | 4 |
1 files changed, 2 insertions, 2 deletions
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 |