[Lunar-commits] <moonbase-other> uptimed: add systemd service file
v4hn
me at v4hn.de
Fri Jan 3 12:46:25 CET 2014
commit 1adf177c37bbf9b9fc3d979f7225f8813744483b
Author: v4hn <me at v4hn.de>
Date: Fri, 03 Jan 2014 03:46:04 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/1adf177c37bbf9b9fc3d979f7225f8813744483b
uptimed: add systemd service file
---
utils/uptimed/systemd.d/uptimed.service | +8/-0
1 file changed, 8 insertions(+)
--- /dev/null
+++ b/utils/uptimed/systemd.d/uptimed.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=system uptime record daemon
+
+[Service]
+ExecStart=/usr/sbin/uptimed -f
+
+[Install]
+WantedBy=multi-user.target
More information about the Lunar-commits
mailing list