Adam Litke has uploaded a new change for review. Change subject: contrib: Add systemd unit file ......................................................................
contrib: Add systemd unit file Change-Id: Ia9f6b9cb3212f7e1c05e3cf4408558859a92c963 Signed-off-by: Adam Litke <ali...@redhat.com> --- A contrib/momd.service 1 file changed, 14 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/mom refs/changes/31/22931/1 diff --git a/contrib/momd.service b/contrib/momd.service new file mode 100644 index 0000000..2780ba0 --- /dev/null +++ b/contrib/momd.service @@ -0,0 +1,14 @@ +[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 +Timeout=60 +Restart=on-abort + +[Install] -- To view, visit http://gerrit.ovirt.org/22931 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia9f6b9cb3212f7e1c05e3cf4408558859a92c963 Gerrit-PatchSet: 1 Gerrit-Project: mom Gerrit-Branch: master Gerrit-Owner: Adam Litke <ali...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches