diff options
author | tv <tv@krebsco.de> | 2016-02-13 20:11:26 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-13 20:11:26 +0100 |
commit | 026d8cb2eb6e7479a75eb3bf170c67a103d0197a (patch) | |
tree | acbf1f0572422aa266b927557fb4ff604906c669 /tv | |
parent | 4713de3573f34a0a2bec043fe17d98758636711a (diff) |
xu-qemu0: not wanted by multi-user.target
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/xu-qemu0.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tv/2configs/xu-qemu0.nix b/tv/2configs/xu-qemu0.nix index 470b16e..bc108b4 100644 --- a/tv/2configs/xu-qemu0.nix +++ b/tv/2configs/xu-qemu0.nix @@ -68,7 +68,6 @@ with lib; systemd.services.xu-qemu0 = let in { after = [ "network.target" "systemd-resolved.service" ]; - wantedBy = [ "multi-user.target" ]; serviceConfig = { User = "xu-qemu0"; SyslogIdentifier = "xu-qemu0"; |