aboutsummaryrefslogtreecommitdiff
path: root/home/.local/share/systemd/user/dbusmonitor.service
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-12-26 10:21:13 +0100
committerJakob Odersky <jakob@odersky.com>2018-12-26 10:21:13 +0100
commit037cd77d521d36ddcd061d305c05c2538af5716b (patch)
tree5d7f2e4d3c23271b874b076313ea2fde54463a99 /home/.local/share/systemd/user/dbusmonitor.service
parenta686d0105185fb5ec578879fd6160eefb951d83c (diff)
downloaddotfiles-037cd77d521d36ddcd061d305c05c2538af5716b.tar.gz
dotfiles-037cd77d521d36ddcd061d305c05c2538af5716b.tar.bz2
dotfiles-037cd77d521d36ddcd061d305c05c2538af5716b.zip
Refactor systemd service status system
Diffstat (limited to 'home/.local/share/systemd/user/dbusmonitor.service')
-rw-r--r--home/.local/share/systemd/user/dbusmonitor.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/home/.local/share/systemd/user/dbusmonitor.service b/home/.local/share/systemd/user/dbusmonitor.service
new file mode 100644
index 0000000..ff60d31
--- /dev/null
+++ b/home/.local/share/systemd/user/dbusmonitor.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=user service to listen to system dbus events
+
+[Service]
+Type=simple
+ExecStart=%h/.local/lib/dbusmonitor
+
+[Install]
+WantedBy=default.target \ No newline at end of file