Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos/systemd: missing systemd unit tmp.mount #90188

Closed
datafoo opened this issue Jun 12, 2020 · 1 comment
Closed

nixos/systemd: missing systemd unit tmp.mount #90188

datafoo opened this issue Jun 12, 2020 · 1 comment
Labels
0.kind: bug Something is broken 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS

Comments

@datafoo
Copy link
Contributor

datafoo commented Jun 12, 2020

Describe the bug
tmp.mount appears in the result of systemctl list-units --state not-found. See #88597 for context.

Expected behavior
tmp.mount should not appear in the result of systemctl list-units --state not-found.

Additional context

Notify maintainers
@flokli

Maintainer information:

# a list of nixos modules affected by the problem
module:
- nixos/systemd
@datafoo datafoo added the 0.kind: bug Something is broken label Jun 12, 2020
@veprbl veprbl added the 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS label Jun 12, 2020
@flokli
Copy link
Contributor

flokli commented Jun 13, 2020

It seems the upstream basic.target already includes a Wants=tmp.mount:

https://github.com/systemd/systemd/blob/master/units/basic.target#L22

The line below explicitly says "this should not be considered an error", so it seems tmp.mount could be a missing unit on other distros as well, and should be ignored - meaning it's not a nixpkgs issue.

Let's carry the more general discussion over to #88597 (comment).

@flokli flokli closed this as completed Jun 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Projects
None yet
Development

No branches or pull requests

3 participants