Bug 30324 - добавить поддержу systemd
Summary: добавить поддержу systemd
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: fglrx-tools (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: led
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-16 22:20 MSK by Alexey Shabalin
Modified: 2014-12-13 21:15 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shabalin 2014-09-16 22:20:21 MSK
1) добавить LSB заголовок:
### BEGIN INIT INFO
# Provides: atieventsd
# Required-Start: $syslog
# Should-Start: $local_fs
# Should-Stop: $local_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description:control ATI external events daemon
# Description:  Starts or stops the ATI external events daemon,
#               which handles power management for fglrx-driver.
### END INIT INFO

2) добавить unit-файл atieventsd.service

[Unit]
Description=Catalyst event Daemon
Requires=acpid.socket

[Service]
ExecStart=/usr/sbin/atieventsd --nodaemon

[Install]
WantedBy=multi-user.target
Comment 1 barssc 2014-10-09 20:19:31 MSK
Поздно заметил, только что отправил новую версию в бранчи, как буду посвободней добавлю.
Comment 2 barssc 2014-12-13 21:15:10 MSK
Отправлена в sisyphus новая версия с исправлениями.