summaryrefslogtreecommitdiff
path: root/thunar.service.in
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2018-02-09 21:47:11 +0100
committerAlexander Schwinn <acs82@gmx.de>2018-02-09 22:04:55 +0100
commitade6805e05de32a6fb34283becfd4ffc0419b88d (patch)
tree829a81c487861754b1e10e3ff62f03eaebfe11b7 /thunar.service.in
parent23894cd9f8fe7157073263436050105fdb67d6ab (diff)
downloadthunar-ade6805e05de32a6fb34283becfd4ffc0419b88d.tar.gz
Add a systemd user unit for the two D-Bus session services (bug #12236)
Diffstat (limited to 'thunar.service.in')
-rw-r--r--thunar.service.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/thunar.service.in b/thunar.service.in
new file mode 100644
index 00000000..5b5203bf
--- /dev/null
+++ b/thunar.service.in
@@ -0,0 +1,10 @@
+[Unit]
+Description=Thunar file manager
+Documentation=man:Thunar(1)
+
+[Service]
+Type=dbus
+ExecStart=@bindir@/Thunar --daemon
+# This is the name that is taken second, so by the time this one is taken,
+# we know everything is good.
+BusName=org.xfce.FileManager