[func] Adding the func systemd launch script

ssalevan ssalevan at fedoraproject.org
Tue Oct 16 00:02:26 UTC 2012


commit 3ce281c2a6840341c9d764f04134ddf7a4a816b2
Author: Steve Salevan <steve at tumblr.com>
Date:   Mon Oct 15 19:56:15 2012 -0400

    Adding the func systemd launch script

 func.service |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/func.service b/func.service
new file mode 100644
index 0000000..1fd5d88
--- /dev/null
+++ b/func.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Fedora Unified Network Control
+After=syslog.target network.target
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/funcd --daemon
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target


More information about the scm-commits mailing list