/lib/systemd/system/numad.service is in numad 0.5+20150602-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | [Unit]
Description=numad - The NUMA daemon that manages application locality.
Documentation=man:numad
[Service]
EnvironmentFile=-/etc/default/numad
Type=forking
ExecStart=/usr/bin/numad $DAEMON_ARGS -i 15
[Install]
WantedBy=multi-user.target
|