[yaws/epel7] Remove /usr/bin/echo from stop and reload commands

Antoine Catton acatton at fedoraproject.org
Sun Dec 7 06:32:16 UTC 2014


commit 84cacc2827323f5c47ce9f2ce28a58fd1c47751f
Author: Antoine Catton <devel at antoine.catton.fr>
Date:   Sat Nov 29 19:22:07 2014 -0700

    Remove /usr/bin/echo from stop and reload commands
    
    Actually execute the reload/stop commands instead of echoing them

 yaws at .service |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/yaws at .service b/yaws at .service
index baa0e5f..179f6cd 100644
--- a/yaws at .service
+++ b/yaws at .service
@@ -10,8 +10,8 @@ Environment="HOME=/var/lib/yaws"
 # Erlang shell that terminates upon attempt to read from /dev/null input :(
 Type=forking
 ExecStart=/usr/bin/yaws --daemon --conf /etc/yaws/%i.conf
-ExecReload=/usr/bin/echo /usr/bin/yaws --hup --conf /etc/yaws/%i.conf
-ExecStop=/usr/bin/echo /usr/bin/yaws --stop --conf /etc/yaws/%i.conf
+ExecReload=/usr/bin/yaws --hup --conf /etc/yaws/%i.conf
+ExecStop=/usr/bin/yaws --stop --conf /etc/yaws/%i.conf
 
 [Install]
 WantedBy=multi-user.target


More information about the scm-commits mailing list