summaryrefslogtreecommitdiffstats
path: root/rtkit-daemon.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'rtkit-daemon.service.in')
-rw-r--r--rtkit-daemon.service.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/rtkit-daemon.service.in b/rtkit-daemon.service.in
new file mode 100644
index 0000000..2608f6c
--- /dev/null
+++ b/rtkit-daemon.service.in
@@ -0,0 +1,28 @@
+# This file is part of RealtimeKit.
+#
+# Copyright 2010 Lennart Poettering
+#
+# RealtimeKit is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# RealtimeKit is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with RealtimeKit. If not, see <http://www.gnu.org/licenses/>.
+
+[Unit]
+Requires=basic.target
+After=basic.target syslog.target
+
+[Service]
+Exec=@LIBEXECDIR@/rtkit-daemon
+Type=dbus
+BusName=org.freedesktop.RealtimeKit1
+
+[Install]
+WantedBy=graphical.target