From 72922a586a398b2f70d69ff59bfb1a379f51b670 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 3 Jul 2010 23:15:45 +0200 Subject: systemd: simplify systemd unit files following the recent DefaultDependencies= changes --- rtkit-daemon.service.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rtkit-daemon.service.in b/rtkit-daemon.service.in index 519df7b..92e2346 100644 --- a/rtkit-daemon.service.in +++ b/rtkit-daemon.service.in @@ -16,9 +16,8 @@ # along with RealtimeKit. If not, see . [Unit] -Requires=basic.target -After=basic.target syslog.target Description=RealtimeKit Scheduling Policy Service +After=syslog.target [Service] ExecStart=@LIBEXECDIR@/rtkit-daemon -- cgit