diff options
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 |
