aboutsummaryrefslogtreecommitdiff
path: root/home/.config/systemd/user/dbusmonitor.service
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/systemd/user/dbusmonitor.service')
-rw-r--r--home/.config/systemd/user/dbusmonitor.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/home/.config/systemd/user/dbusmonitor.service b/home/.config/systemd/user/dbusmonitor.service
new file mode 100644
index 0000000..0fdd942
--- /dev/null
+++ b/home/.config/systemd/user/dbusmonitor.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=user service to listen to system dbus sevents
+
+[Service]
+Type=simple
+ExecStart=%h/.local/bin/dbusmonitor
+
+[Install]
+WantedBy=default.target \ No newline at end of file