[iwhd: 1/5] Add a .service file.

Pete Zaitcev zaitcev at fedoraproject.org
Tue Nov 22 00:38:14 UTC 2011


commit 1c7917f6033c81839cd059ccf0d659b45f8d2b97
Author: Pete Zaitcev <zaitcev at yahoo.com>
Date:   Mon Sep 12 21:50:08 2011 -0600

    Add a .service file.

 iwhd.service |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/iwhd.service b/iwhd.service
new file mode 100644
index 0000000..0562910
--- /dev/null
+++ b/iwhd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Image Warehouse
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/iwhd $OPTS
+
+[Install]
+WantedBy=multi-user.target


More information about the scm-commits mailing list