summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-05-11 13:18:07 -0400
committerMike Gilbert <floppym@gentoo.org>2024-05-11 13:19:19 -0400
commit8bdea3071842b04cc1c183856c7af4ce8a118154 (patch)
treeb49be029944dcd37c64ceea884f1d2f2ea7fa32f /sys-apps/util-linux/files
parentacct-user/uuidd: new package, add 0 (diff)
downloadgentoo-8bdea3071842b04cc1c183856c7af4ce8a118154.tar.gz
gentoo-8bdea3071842b04cc1c183856c7af4ce8a118154.tar.bz2
gentoo-8bdea3071842b04cc1c183856c7af4ce8a118154.zip
sys-apps/util-linux: wire up uuidd properly
Closes: https://bugs.gentoo.org/470910 Closes: https://bugs.gentoo.org/931303 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/util-linux/files')
-rw-r--r--sys-apps/util-linux/files/uuidd.initd10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-apps/util-linux/files/uuidd.initd b/sys-apps/util-linux/files/uuidd.initd
new file mode 100644
index 000000000000..329929e9a9ab
--- /dev/null
+++ b/sys-apps/util-linux/files/uuidd.initd
@@ -0,0 +1,10 @@
+#!/sbin/openrc-run
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+command=/usr/sbin/uuidd
+pidfile=/run/uuidd/uuidd.pid
+
+depend() {
+ need clock localmount
+}