Piti vielä tutkia tätä, koska hddtemp palvelu ei selvästikään enää käynnisty automaattisesti tietokoneen käynnistyessä, vaikka toimiikin erikseen käynnistettynä. Konfiguroinnin (sudo dpkg-reconfigure hddtemp) pitäisi hoitaa automaattisen käynnistyksen määrittely, mutta kokeilin antaa alla olevan komennon. Käynnistyksen määrittelyssä on nyt jotain vikaa.
mpiso@mpiso-System-Product-Name:~$ sudo systemctl enable hddtemp.service
[sudo] mpiso-käyttäjän salasana:
Synchronizing state of hddtemp.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable hddtemp
The unit files have no installation config (WantedBy=, RequiredBy=, Also=,
Alias= settings in the [Install] section, and DefaultInstance= for template
units). This means they are not meant to be enabled using systemctl.
Possible reasons for having this kind of units are:
• A unit may be statically enabled by being symlinked from another unit's
.wants/ or .requires/ directory.
• A unit's purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
• A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, ...).
• In case of template units, the unit is meant to be enabled with some
instance name specified.
Tein kokeilulevyllä samat toimenpiteet, eikä siellä tullut virheilmoitusta.
kubuntu@kubuntu:~$ sudo systemctl enable hddtemp.service
hddtemp.service is not a native service, redirecting to systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable hddtemp
Miten tästä kannattaisi edetä?