Skip to content

systemctl enable user-session@xxxx.service doesn't seem to do what we want? #9

@henryptung

Description

@henryptung

Or perhaps I'm misunderstanding the purpose of systemctl enable, but for almost all other services, systemctl enable indicates a desire to start said service at boot; while systemctl enable here simply creates a symlink in etc/systemd/system, which is great - but seems to basically do absolutely nothing, since files in etc/systemd/system seem to be used for overriding their counterparts in usr/lib/systemd/system, and a symlink seems not very useful at all for this purpose. Is this the intended behavior, or can we put something like

[Install]
WantedBy=multi-user.target

to produce more consistent behavior?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions