Bug 48553 - Typo in the updater-after.service unit file
Summary: Typo in the updater-after.service unit file
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: cert-distro-updater (show other bugs)
Version: unstable
Hardware: all Linux
: P5 minor
Assignee: manowar@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-22 21:55 MSK by Nikolay A. Fetisov
Modified: 2023-11-23 02:03 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolay A. Fetisov 2023-11-22 21:55:48 MSK
Для cert-distro-updater 1.3-alt5, в /lib/systemd/system/updater-after.service 
в секции [Unit] есть опечатка в имени ключа WantedBy. В unit-файле указано

....
[Unit]
Description=updater stage 3
After=network.target
Wanted-By=multi-user.target
....

Ключ Wanted-By не существует, должно быть WantedBy .


С учётом специфики использования данного сервиса на его работу это не влияет,
но systemctl выдаёт соответствующее предупреждение:

#  systemctl status updater-after.service
○ updater-after.service - updater stage 3
     Loaded: loaded (/lib/systemd/system/updater-after.service; disabled; preset: disabled)
     Active: inactive (dead)

ноя 22 21:53:00 test.domain.tld systemd[1]: /lib/systemd/system/updater-after.service:16: Unknown key name 'Wanted-By' in section 'Unit', ignoring.



Такое же есть в updater 1.3 в P10 и ниже.
Comment 1 Repository Robot 2023-11-23 02:03:34 MSK
cert-distro-updater-1.3-alt6 -> sisyphus:

 Thu Nov 23 2023 Paul Wolneykien <manowar@altlinux> 1.3-alt6
 - Fixed "WantedBy" in updater-after.service (closes: 48553).