[rusers] provide systemd native unit files Resolves: #722632

Jan Horak hhorak at fedoraproject.org
Tue Aug 2 08:31:13 UTC 2011


commit 4aa0eaf4e7f1a89a39c853c3a99e30ba0aab9a8c
Author: Honza Horák <hhorak at redhat.com>
Date:   Tue Aug 2 10:30:49 2011 +0200

    provide systemd native unit files
    Resolves: #722632

 rstatd.init     |  104 -------------------------------------------------------
 rstatd.service  |   13 +++++++
 rusersd.init    |  101 -----------------------------------------------------
 rusersd.service |   13 +++++++
 4 files changed, 26 insertions(+), 205 deletions(-)
---
diff --git a/rstatd.service b/rstatd.service
new file mode 100644
index 0000000..ec244cc
--- /dev/null
+++ b/rstatd.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Remote Machine Performance Metrics Gatherer
+Requires=syslog.target network.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/rstatd.pid
+ExecStart=/usr/sbin/rpc.rstatd
+StandardError=syslog
+
+[Install]
+WantedBy=multi-user.target
+
diff --git a/rusersd.service b/rusersd.service
new file mode 100644
index 0000000..dc7d772
--- /dev/null
+++ b/rusersd.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Remote Machine Logged In User Identfier 
+Requires=syslog.target network.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/rusersd.pid
+ExecStart=/usr/sbin/rpc.rusersd
+StandardError=syslog
+
+[Install]
+WantedBy=multi-user.target
+


More information about the scm-commits mailing list