aboutsummaryrefslogtreecommitdiff
path: root/repo/ksutils-probe-client/[email protected]
diff options
context:
space:
mode:
authorMagomeYae <[email protected]>2021-12-05 23:28:17 +0800
committerMagomeYae <[email protected]>2021-12-05 23:28:17 +0800
commite958f8a5576b7fb22143408d65d9e09f238055ec (patch)
tree96d915fd2a533fcb2b911c7d3783c11e390f2118 /repo/ksutils-probe-client/[email protected]
parent1176a910efea67f40732791e7d284691967b614b (diff)
feat(add-pkg): Add ksutils-probe-client
* fix(pkg): Fix kunoisayami-repo-rsync worng page Signed-off-by: MagomeYae <[email protected]>
Diffstat (limited to 'repo/ksutils-probe-client/[email protected]')
-rw-r--r--repo/ksutils-probe-client/[email protected]16
1 files changed, 16 insertions, 0 deletions
diff --git a/repo/ksutils-probe-client/[email protected] b/repo/ksutils-probe-client/[email protected]
new file mode 100644
index 0000000..7b31983
--- /dev/null
+++ b/repo/ksutils-probe-client/[email protected]
@@ -0,0 +1,16 @@
+[Unit]
+Description=KunoiSayami utils Probe client service
+After=network-online.target
+
+[Service]
+Type=simple
+Restart=always
+RestartSec=10s
+Environment="RUST_LOG=info"
+WorkingDirectory=/usr/bin/ksutils-probe-client -c %i.toml
+ExecStart=/etc/ksutils/probe-client/
+KillSignal=SIGINT
+TimeoutStopSec=10
+
+[Install]
+WantedBy=multi-user.target