summaryrefslogtreecommitdiff
path: root/community/gkrellm/gkrellm.service
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-01 01:47:44 -0700
committerroot <root@rshg054.dnsready.net>2012-11-01 01:47:44 -0700
commit83a318800db22408628e60c9e1730578efcfee37 (patch)
tree9f1c330c5019dd940e41c44a7c1db13d337058a6 /community/gkrellm/gkrellm.service
parent5827948456201df72a1bd73e87977c569129fb27 (diff)
Thu Nov 1 01:47:04 PDT 2012
Diffstat (limited to 'community/gkrellm/gkrellm.service')
-rw-r--r--community/gkrellm/gkrellm.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/gkrellm/gkrellm.service b/community/gkrellm/gkrellm.service
new file mode 100644
index 000000000..9234b8a79
--- /dev/null
+++ b/community/gkrellm/gkrellm.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=GNU Krell Monitors server
+After=network.target
+# If hddtemp is added to the dependencies in the PKGBUILD, then use
+#After=network.target hddtemp.service
+
+[Service]
+ExecStart=/usr/bin/gkrellmd
+
+[Install]
+WantedBy=multi-user.target