diff options
Diffstat (limited to 'repo/system/elogind/elogind.initd')
-rw-r--r-- | repo/system/elogind/elogind.initd | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/repo/system/elogind/elogind.initd b/repo/system/elogind/elogind.initd deleted file mode 100644 index 0c22ca9..0000000 --- a/repo/system/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 $? -} |