The rhbz#1235768 is can't fix, but using: After=network.target should fix the ordering of services, so sysctl is no more rewritten by systemd. Related: rhbz#1189263 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
13 lines
278 B
Desktop File
13 lines
278 B
Desktop File
[Unit]
|
|
Description=Dynamic System Tuning Daemon
|
|
After=syslog.target systemd-sysctl.service network.target
|
|
Conflicts=cpupower.service
|
|
|
|
[Service]
|
|
Type=dbus
|
|
PIDFile=/run/tuned/tuned.pid
|
|
BusName=com.redhat.tuned
|
|
ExecStart=/usr/sbin/tuned -l -P
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|