summaryrefslogtreecommitdiff
path: root/nonsystemd/openrc/opensysusers.initd
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/openrc/opensysusers.initd')
-rw-r--r--nonsystemd/openrc/opensysusers.initd18
1 files changed, 0 insertions, 18 deletions
diff --git a/nonsystemd/openrc/opensysusers.initd b/nonsystemd/openrc/opensysusers.initd
deleted file mode 100644
index 6aa2d61fd..000000000
--- a/nonsystemd/openrc/opensysusers.initd
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/openrc-run
-# Copyright (c) 2017 - 2018 Chris Cromer
-# Released under the 2-clause BSD license.
-
-description="Set up sysusers.d entries"
-
-depend()
-{
- need localmount
-}
-
-start()
-{
- ebegin "Setting up sysusers.d entries"
- /usr/bin/sysusers
- eend $?
-}
-