summaryrefslogtreecommitdiff
path: root/extra/elogind/elogind.initd
diff options
context:
space:
mode:
Diffstat (limited to 'extra/elogind/elogind.initd')
-rw-r--r--extra/elogind/elogind.initd23
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/elogind/elogind.initd b/extra/elogind/elogind.initd
deleted file mode 100644
index 0c22ca9..0000000
--- a/extra/elogind/elogind.initd
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/sbin/openrc-run
-supervisor=supervise-daemon
-
-name="System login manager"
-description="System service that manages user logins"
-description_reload="Reload configuration without exiting"
-
-command=/usr/libexec/elogind/elogind
-
-depend() {
- need dbus
-
- # Make sure we start before any other display manager
- before display-manager
-}
-
-extra_started_commands="reload"
-
-reload() {
- ebegin "Reloading configuration"
- $supervisor $RC_SVCNAME --signal HUP
- eend $?
-}