diff options
| author | Simon Rettberg | 2013-04-04 17:48:34 +0200 |
|---|---|---|
| committer | sr | 2013-04-12 19:11:41 +0200 |
| commit | fc14af5d2f0696f9fef222b555aca093c6b2fe6e (patch) | |
| tree | 9c26e8126220f24a533e5559db1970fbcfa4b19d /remote/modules/policykit/data/etc/systemd | |
| parent | Sync uids/gids by numeric value, don't remap (diff) | |
| download | tm-scripts-fc14af5d2f0696f9fef222b555aca093c6b2fe6e.tar.gz tm-scripts-fc14af5d2f0696f9fef222b555aca093c6b2fe6e.tar.xz tm-scripts-fc14af5d2f0696f9fef222b555aca093c6b2fe6e.zip | |
Fix Xsession startup, fix polkit+rsyslog on suse
Diffstat (limited to 'remote/modules/policykit/data/etc/systemd')
| -rw-r--r-- | remote/modules/policykit/data/etc/systemd/system/polkitd.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/remote/modules/policykit/data/etc/systemd/system/polkitd.service b/remote/modules/policykit/data/etc/systemd/system/polkitd.service new file mode 100644 index 00000000..2aeb3c48 --- /dev/null +++ b/remote/modules/policykit/data/etc/systemd/system/polkitd.service @@ -0,0 +1,7 @@ +[Unit] +Description=Authenticate and Authorize Users to Run Privileged Tasks + +[Service] +Type=dbus +BusName=org.freedesktop.PolicyKit1 +ExecStart=%%POLKITD%% --no-debug |
