[yaws/epel7] Remove "--deamon" option (which was forking)

acatton acatton at fedoraproject.org
Thu Jan 1 08:06:08 UTC 2015


commit 8d7b1e87f5a96bfc82bcd7fb00f1352d38598d31
Author: Antoine Catton <devel at antoine.catton.fr>
Date:   Thu Jan 1 01:05:30 2015 -0700

    Remove "--deamon" option (which was forking)

 yaws at .service |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/yaws at .service b/yaws at .service
index f95e36b..4d56fea 100644
--- a/yaws at .service
+++ b/yaws at .service
@@ -7,7 +7,7 @@ User=root
 Type=notify
 Environment="HOME=/var/lib/yaws"
 Type=simple
-ExecStart=/usr/bin/yaws --erlarg -noinput --daemon --id %i --conf /etc/yaws/%i.conf
+ExecStart=/usr/bin/yaws --erlarg -noinput --id %i --conf /etc/yaws/%i.conf
 ExecReload=/usr/bin/yaws --hup --id %i
 ExecStop=/usr/bin/yaws --stop --id %i
 


More information about the scm-commits mailing list