From 1db32390f5c970570de14ac1dc0675ed686e5d77 Mon Sep 17 00:00:00 2001 From: Sitsofe Wheeler Date: Thu, 14 Sep 2017 03:08:35 +0100 Subject: [PATCH] minor fio.service cleanups - Remove PIDFile line because the service Type=simple and nothing will write the pidfile (we aren't launching fio with -daemonize=pathtopid) - Change some capitalisation - [Install] section Signed-off-by: Sitsofe Wheeler --- tools/fio.service | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/fio.service b/tools/fio.service index 21de0b7a..678158be 100644 --- a/tools/fio.service +++ b/tools/fio.service @@ -1,10 +1,10 @@ [Unit] - -Description=flexible I/O tester server +Description=Flexible I/O tester server After=network.target [Service] - Type=simple -PIDFile=/run/fio.pid ExecStart=/usr/bin/fio --server + +[Install] +WantedBy=multi-user.target -- 2.25.1