/lib/systemd/system/momd.service is in mom 0.5.1-3.
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 12 13 | [Unit]
Description=Memory Overcommitment Manager Daemon
After=libvirtd.service
[Service]
Type=forking
PIDFile=/var/run/momd.pid
User=root
Group=root
ExecStart=/usr/sbin/momd -c /etc/momd.conf -d --pid-file /var/run/momd.pid
Restart=on-abort
[Install]
|