[rwall] added systemd native unit file

Jan Horak hhorak at fedoraproject.org
Tue Aug 2 10:23:13 UTC 2011


commit e9a28d7638ee7a578f4a881c2f055318cefb6b1f
Author: Honza Horák <hhorak at redhat.com>
Date:   Tue Aug 2 12:22:54 2011 +0200

    added systemd native unit file

 rwalld.init    |   95 --------------------------------------------------------
 rwalld.service |   12 +++++++
 2 files changed, 12 insertions(+), 95 deletions(-)
---
diff --git a/rwalld.service b/rwalld.service
new file mode 100644
index 0000000..659dfec
--- /dev/null
+++ b/rwalld.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Write Messages to Users Currently Logged in Server
+Requires=syslog.target network.target rpcbind.service
+
+[Service]
+Type=simple
+ExecStart=/usr/sbin/rpc.rwalld -n
+StandardError=syslog
+
+[Install]
+WantedBy=multi-user.target
+


More information about the scm-commits mailing list