blob: d610b208e1264f92974527e65bdd283e1d78bbe8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
uenv
CHANGES WITH 0.7.0
* Removing update-mirrorlist functionality (project seems dead and
update-pacman-mirrorlist seems to be its successor)
* Fixing compton user service to start properly when not on realtime kernel
* Adding configuration based conky user service to start multiple conky
instances alongside the session
CHANGES WITH 0.6.0
* Making real-time kernel settings depend on /sys/kernel/realtime instead
of kernel command line parameters.
Fixing typos and removing outdated documentation in README.rst
CHANGES WITH 0.5.2
* Fixing typo space in bang line in mpd-pulse script, preventing it to run
in mpd@.service
CHANGES WITH 0.5.1
* Fixing condition in which mpd@.service would not start on localhost
CHANGES WITH 0.5
* Unifying all mpd user services in mpd@.service.
Now starting with mpd@$(hostname).service or mpd@localhost.service will
not start a pulseaudio connection on that host (because it's local). This
also holds for names prefixed with hostname or localhost.
CHANGES WITH 0.4.2
* Fixing LimitRTTIME settings for jack@.service to adhere to updated
systemd terminology
CHANGES WITH 0.4.2
* Updating NEWS
CHANGES WITH 0.4
* Fixing mpd-new and mpd@ user services to have proper LimitRTTIME settings.
* Removing offlineimap user service, as it has been added to the package in
Arch Linux
* Updating cpupower-rt to use the default script provided by cpupower.
Changes to the way the service file calls the script have been applied to
the Arch Linux cpupower package.
CHANGES WITH 0.3
* Adding offlineimap user service
* Removing top level configuration file location from systemd-analyze-plot
* Moving JACK profiles to separate location. Adding one for internal
hardware
CHANGES WITH 0.2
* Adding user services for gpg-agent and ssh-agent
* Making rtorrent@.service's OpenVPN dependency more generic (name changed
to "secure")
* Removing special dbus user service. It is now properly integrated
in systemd for Arch Linux.
CHANGES WITH 0.1
* Removing special services for pulseaudio (start is now fixed again).
* Adding service for weechat and irssi in separate tmux environments
* Adding a replacement for the broken upstream mpd user service (mpd-new)
featuring correct real-time settings.
* Adding a mpd user service (mpd@.service), that connects to pulseaudio
and and mpd of a remote host.
|