update service file

Don't order service after syslog target.
Add documentation reference.
Remove redundant sysconfig-like reference to EnvironmentFile.
This commit is contained in:
Jan Synacek 2014-03-25 14:57:01 +01:00
parent e823ef6713
commit 67cdd29756

View File

@ -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