summarylogtreecommitdiffstats
path: root/kd-server.service
blob: 2f46948b59e0def5039e85fedd69d357aa2ebea7 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=kd the command-line dictionary's server

[Service]
Type=simple
ExecStart=/usr/bin/kd --server --log-to-stream
Restart=always

[Install]
WantedBy=default.target