aboutsummaryrefslogtreecommitdiffstats
path: root/community/polkit-elogind/polkit.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/polkit-elogind/polkit.initd')
-rw-r--r--community/polkit-elogind/polkit.initd12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/polkit-elogind/polkit.initd b/community/polkit-elogind/polkit.initd
deleted file mode 100644
index 30d23874478..00000000000
--- a/community/polkit-elogind/polkit.initd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/sbin/openrc-run
-supervisor=supervise-daemon
-
-name="Polkit System Daemon"
-description="Provide System authentication via PolicyKit1 D-Bus service"
-
-command=/usr/lib/polkit-1/polkitd
-command_args="${POLKIT_OPTS:---no-debug}"
-
-depend() {
- need dbus
-}