From: Jan Fajerski Date: Thu, 15 Sep 2016 10:57:35 +0000 (+0200) Subject: add simple fio.service to start fio server with systemd X-Git-Tag: fio-2.14~6^2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=d24b523ec8f34257a2ade0dda92e8be03d9b8e45;ds=sidebyside add simple fio.service to start fio server with systemd Signed-off-by: Jan Fajerski --- diff --git a/tools/fio.service b/tools/fio.service new file mode 100644 index 00000000..21de0b7a --- /dev/null +++ b/tools/fio.service @@ -0,0 +1,10 @@ +[Unit] + +Description=flexible I/O tester server +After=network.target + +[Service] + +Type=simple +PIDFile=/run/fio.pid +ExecStart=/usr/bin/fio --server