aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/config/systemd/user/default.target.wants/twmnd.service
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/config/systemd/user/default.target.wants/twmnd.service')
-rw-r--r--dotfiles/config/systemd/user/default.target.wants/twmnd.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/dotfiles/config/systemd/user/default.target.wants/twmnd.service b/dotfiles/config/systemd/user/default.target.wants/twmnd.service
new file mode 100644
index 0000000..355d8ec
--- /dev/null
+++ b/dotfiles/config/systemd/user/default.target.wants/twmnd.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=twmn server
+After=graphical.target
+
+[Service]
+Type=simple
+StandardOutput=null
+Restart=on-failure
+ExecStart=/usr/bin/twmnd
+
+[Install]
+WantedBy=default.target