aboutsummaryrefslogtreecommitdiffstats
path: root/syncthing/.config/systemd/user/syncthing-gtk.service
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-11-02 22:01:31 -0700
committerGravatar Tom Willemse2021-11-02 22:06:32 -0700
commit9b662e26095a237357f6294cf96d634bc99dcaa8 (patch)
tree291073bf905d2e0f66f7fac6ee391180743425e7 /syncthing/.config/systemd/user/syncthing-gtk.service
parent72d40a093640b4ef0122c331989258e13fb94c7e (diff)
downloadnew-dotfiles-9b662e26095a237357f6294cf96d634bc99dcaa8.tar.gz
new-dotfiles-9b662e26095a237357f6294cf96d634bc99dcaa8.zip
Add systemd services for some background tasks
Add a ‘wm.target’ file that services can hook into and that Herbstluftwm starts at the end of its startup script. This way different services can be sure that the window manager itself has started up, and can be dependent on one another. Hopefully this makes managing these background processes easier.
Diffstat (limited to 'syncthing/.config/systemd/user/syncthing-gtk.service')
-rw-r--r--syncthing/.config/systemd/user/syncthing-gtk.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/syncthing/.config/systemd/user/syncthing-gtk.service b/syncthing/.config/systemd/user/syncthing-gtk.service
new file mode 100644
index 0000000..305c184
--- /dev/null
+++ b/syncthing/.config/systemd/user/syncthing-gtk.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Syncthing Gui
+
+[Service]
+ExecStart=syncthing-gtk
+
+[Install]
+WantedBy=wm.target