/lib/systemd/system/crm_mon.service is in pacemaker-cli-utils 1.1.14-2ubuntu1.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 | [Unit]
Description=pacemaker monitor
[Service]
Type=simple
EnvironmentFile=/etc/default/crm_mon
ExecStart=/usr/sbin/crm_mon $OPTIONS
Restart=always
[Install]
WantedBy=multi-user.target
|