diff options
author | Michele Calgaro <[email protected]> | 2021-12-06 00:02:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-12-08 19:24:33 +0900 |
commit | 7d1585c071206dd8460ed624eff764de5464dde7 (patch) | |
tree | 6e3a6fa7a9e1eb1d5dd510a6d4ae0e39bd915cb1 /examples/org.tqt.policykit.examples.service.cmake | |
parent | 26fc60d30352bb3bbf00f8a392bbc695ff8cf29f (diff) | |
download | polkit-tqt-7d1585c071206dd8460ed624eff764de5464dde7.tar.gz polkit-tqt-7d1585c071206dd8460ed624eff764de5464dde7.zip |
Converted first part of examples code.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/org.tqt.policykit.examples.service.cmake')
-rw-r--r-- | examples/org.tqt.policykit.examples.service.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/org.tqt.policykit.examples.service.cmake b/examples/org.tqt.policykit.examples.service.cmake new file mode 100644 index 000000000..ac82ed689 --- /dev/null +++ b/examples/org.tqt.policykit.examples.service.cmake @@ -0,0 +1,5 @@ +[D-BUS Service] +Name=org.tqt.policykit.examples +Exec=@BIN_INSTALL_DIR@/polkit-tqt-example-helper +User=root + |