mirror of
https://pagure.io/numad.git
synced 2025-01-02 21:12:14 +00:00
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:
parent
e823ef6713
commit
67cdd29756
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user