aboutsummaryrefslogtreecommitdiff
path: root/twmn/.config/systemd/user/twmnd.service
diff options
context:
space:
mode:
Diffstat (limited to 'twmn/.config/systemd/user/twmnd.service')
-rw-r--r--twmn/.config/systemd/user/twmnd.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/twmn/.config/systemd/user/twmnd.service b/twmn/.config/systemd/user/twmnd.service
new file mode 100644
index 0000000..355d8ec
--- /dev/null
+++ b/twmn/.config/systemd/user/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