mirror of
https://pagure.io/numad.git
synced 2024-12-17 21:04:31 +00:00
67cdd29756
Don't order service after syslog target. Add documentation reference. Remove redundant sysconfig-like reference to EnvironmentFile.
13 lines
197 B
Desktop File
13 lines
197 B
Desktop File
[Unit]
|
|
Description=numad - The NUMA daemon that manages application locality.
|
|
Documentation=man:numad
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/numad -i 15
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
|