summarylogtreecommitdiffstats
path: root/kd-server.service
diff options
context:
space:
mode:
authorszdytom2024-01-03 12:25:15 +0800
committerszdytom2024-01-03 12:25:15 +0800
commit3b99e4746c04e1749576123da3e0d41ac764fb39 (patch)
treedbdae3594fdbd51cf468991ab59a09a5a5e3d147 /kd-server.service
downloadaur-3b99e4746c04e1749576123da3e0d41ac764fb39.tar.gz
update to v0.0.5
Signed-off-by: szdytom <szdytom@qq.com>
Diffstat (limited to 'kd-server.service')
-rw-r--r--kd-server.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/kd-server.service b/kd-server.service
new file mode 100644
index 000000000000..7e520b35d5b3
--- /dev/null
+++ b/kd-server.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=kd the command-line dictionary's server
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/kd --server
+Restart=always
+
+[Install]
+WantedBy=default.target
+