From e958f8a5576b7fb22143408d65d9e09f238055ec Mon Sep 17 00:00:00 2001 From: MagomeYae <91249055+MagomeYae@users.noreply.github.com> Date: Sun, 5 Dec 2021 23:28:17 +0800 Subject: feat(add-pkg): Add ksutils-probe-client * fix(pkg): Fix kunoisayami-repo-rsync worng page Signed-off-by: MagomeYae <91249055+MagomeYae@users.noreply.github.com> --- repo/ksutils-probe-client/probe-client@.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 repo/ksutils-probe-client/probe-client@.service (limited to 'repo/ksutils-probe-client/probe-client@.service') diff --git a/repo/ksutils-probe-client/probe-client@.service b/repo/ksutils-probe-client/probe-client@.service new file mode 100644 index 0000000..7b31983 --- /dev/null +++ b/repo/ksutils-probe-client/probe-client@.service @@ -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 -- cgit v1.3.1