summarylogtreecommitdiffstats
path: root/ktproxy-server@.service
diff options
context:
space:
mode:
Diffstat (limited to 'ktproxy-server@.service')
-rw-r--r--ktproxy-server@.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/ktproxy-server@.service b/ktproxy-server@.service
new file mode 100644
index 000000000000..cfaf14ca4b46
--- /dev/null
+++ b/ktproxy-server@.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=ktproxy service
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/ktproxy-server -c /etc/ktproxy/%i.toml
+MemoryAccounting=true
+
+[Install]
+WantedBy=multi-user.target
+