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?
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?