From 0838a7ed482f29ddf71cf05e7ec6cf7c2728ce34 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 18 Jun 2012 00:01:40 +0000 Subject: Mon Jun 18 00:01:40 UTC 2012 --- community-testing/uptimed/service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community-testing/uptimed/service (limited to 'community-testing/uptimed/service') diff --git a/community-testing/uptimed/service b/community-testing/uptimed/service new file mode 100644 index 000000000..2fd785318 --- /dev/null +++ b/community-testing/uptimed/service @@ -0,0 +1,11 @@ +[Unit] +Description=System uptime record daemon + +[Service] +Type=forking +PIDFile=/var/run/uptimed +ExecStartPre=/usr/sbin/uptimed -b +ExecStart=/usr/sbin/uptimed + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf