Bug 30155 - systemd unit
Summary: systemd unit
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: console-scripts (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Alexey Gladkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 30940
  Show dependency tree
 
Reported: 2014-07-03 21:58 MSK by Alexey Shabalin
Modified: 2021-04-12 15:20 MSK (History)
7 users (show)

See Also:


Attachments
unit file for consolesaver (366 bytes, text/plain)
2019-01-02 18:10 MSK, Alexey Shabalin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shabalin 2014-07-03 21:58:31 MSK
пример unit файла для consolesaver

[Unit]
Description=Initialize console powersaver
Requires=getty.target
ConditionDirectoryNotEmpty=/lib/terminfo
ConditionFileIsExecutable=/usr/bin/setterm
ConditionFileNotEmpty=/etc/sysconfig/console/setterm

[Service]
Type=oneshot
EnvironmentFile=-/etc/sysconfig/mouse
ExecStart=/bin/sh -c \"/usr/bin/setterm `cat /etc/sysconfig/console/setterm` >/dev/console\"

[Install]
WantedBy=multi-user.target
Comment 1 Anton Farygin 2015-01-19 13:38:14 MSK
сейчас после обновления до Sisyphus consolesaver сильно тормозит загрузку на systemd. 

точнее есть подозрение что это он, после отключения этого сервиса загружается быстро. надо сделать unit
Comment 2 Sergey V Turchin 2015-10-02 12:25:22 MSK
На моей машине на сизифе это единственный пакет из списка
systemctl | grep SYSV
Comment 3 Alexey Gladkov 2015-10-02 13:28:07 MSK
Приложите юнит, который нужно положить в пакет.
Comment 4 Alexey Shabalin 2019-01-02 18:10:18 MSK
Created attachment 7930 [details]
unit file for consolesaver
Comment 5 Alexey Shabalin 2019-04-03 17:27:36 MSK
ping
Comment 6 Repository Robot 2021-04-12 15:20:22 MSK
kbd-0:2.4.0-alt2 -> sisyphus:

 Mon Apr 12 2021 Alexey Gladkov <legion@altlinux.ru> 0:2.4.0-alt2
 - Add systemd unit file for consolesaver (ALT#30155).