summaryrefslogtreecommitdiffstats
path: root/core/modules/polkit/templates/systemd.service
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/polkit/templates/systemd.service')
-rw-r--r--core/modules/polkit/templates/systemd.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/modules/polkit/templates/systemd.service b/core/modules/polkit/templates/systemd.service
new file mode 100644
index 00000000..747fd7eb
--- /dev/null
+++ b/core/modules/polkit/templates/systemd.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=the cancer that is called PolKit
+
+[Service]
+Type=dbus
+BusName=org.freedesktop.PolicyKit1
+ExecStart=%POLKITD% --no-debug
+