summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Straz <nstraz@redhat.com>2013-05-14 15:16:14 -0400
committerNathan Straz <nstraz@redhat.com>2013-05-14 15:16:14 -0400
commitb6341165f2eaebbf0e07168e1e52010795827239 (patch)
tree6ccd5b599bf05dc65450c27aeb7a8e5b9f2848b2 /Makefile
parentcb093f45ea9016a04e80151f95cf2a4197788c95 (diff)
downloadqarsh-b6341165f2eaebbf0e07168e1e52010795827239.tar.gz
qarsh-b6341165f2eaebbf0e07168e1e52010795827239.tar.xz
qarsh-b6341165f2eaebbf0e07168e1e52010795827239.zip
Convert to systemd socket activated services
qarshd and btimed will now start directly from systemd xinetd is no longer needed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e14dc3c..89bdeb2 100644
--- a/Makefile
+++ b/Makefile
@@ -20,10 +20,12 @@ install: all
install -D qacp $(INSTROOT)/usr/bin/qacp
install -D qarsh $(INSTROOT)/usr/bin/qarsh
install -D qarshd $(INSTROOT)/usr/sbin/qarshd
- install -D qarsh.xinetd $(INSTROOT)/etc/xinetd.d/qarsh
+ install -D qarshd.socket $(INSTROOT)/usr/lib/systemd/system/qarshd.socket
+ install -D qarshd@.service $(INSTROOT)/usr/lib/systemd/system/qarshd@.service
install -D btimed $(INSTROOT)/usr/sbin/btimed
+ install -D btimed.socket $(INSTROOT)/usr/lib/systemd/system/btimed.socket
+ install -D btimed.service $(INSTROOT)/usr/lib/systemd/system/btimed.service
install -D btimec $(INSTROOT)/usr/bin/btimec
- install -D btimed.xinetd $(INSTROOT)/etc/xinetd.d/btimed
install -D qarsh.1 $(INSTROOT)/usr/share/man/man1/qarsh.1
install -D qacp.1 $(INSTROOT)/usr/share/man/man1/qacp.1
install -D btimec.1 $(INSTROOT)/usr/share/man/man1/btimec.1