From 67cdd29756fe5940a74f21cbb03f8c7d57cfe379 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Tue, 25 Mar 2014 14:57:01 +0100 Subject: [PATCH] update service file Don't order service after syslog target. Add documentation reference. Remove redundant sysconfig-like reference to EnvironmentFile. --- numad.service | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/numad.service b/numad.service index 478559a..2e7ffcc 100644 --- a/numad.service +++ b/numad.service @@ -1,11 +1,10 @@ [Unit] Description=numad - The NUMA daemon that manages application locality. -After=syslog.target +Documentation=man:numad [Service] Type=forking -EnvironmentFile=/etc/numad.conf -ExecStart=/usr/bin/numad -i $INTERVAL +ExecStart=/usr/bin/numad -i 15 [Install] WantedBy=multi-user.target