From 7cff7b9a867359749c0869e00ceaa463f9440d7e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 29 Jun 2010 21:06:34 +0200 Subject: build-sys: install systemd .service file --- org.freedesktop.RealtimeKit1.service.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'org.freedesktop.RealtimeKit1.service.in') diff --git a/org.freedesktop.RealtimeKit1.service.in b/org.freedesktop.RealtimeKit1.service.in index 20ab334..9a4dd38 100644 --- a/org.freedesktop.RealtimeKit1.service.in +++ b/org.freedesktop.RealtimeKit1.service.in @@ -1,4 +1,22 @@ +# This file is part of RealtimeKit. +# +# Copyright 2009 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 . + [D-BUS Service] Name=org.freedesktop.RealtimeKit1 Exec=@LIBEXECDIR@/rtkit-daemon +SystemdService=rtkit-daemon.service User=root -- cgit