#include <crm_internal.h>
#include <stdio.h>
#include <crm/crm.h>
#include <crm/common/xml.h>
#include <crm/services.h>
#include <crm/common/mainloop.h>
#include <services_private.h>
#include <upstart.h>
#include <dbus/dbus.h>
#include <pcmk-dbus.h>
#include <glib.h>
#include <gio/gio.h>
Go to the source code of this file.
◆ BUS_NAME
#define BUS_NAME "com.ubuntu.Upstart" |
◆ BUS_PATH
#define BUS_PATH "/com/ubuntu/Upstart" |
◆ BUS_PROPERTY_IFACE
#define BUS_PROPERTY_IFACE "org.freedesktop.DBus.Properties" |
◆ METADATA_FORMAT
Value: PCMK_XA_NAME "=\"%s\" " \
" Upstart agent for controlling the system %s service\n" \
"Upstart job for %s" \
#define PCMK_ACTION_META_DATA
#define PCMK_ACTION_MONITOR
#define PCMK_XE_PARAMETERS
#define PCMK_ACTION_STATUS
#define PCMK_META_START_DELAY
#define PCMK_ACTION_START
#define PCMK_META_TIMEOUT
#define PCMK_XE_SHORTDESC
#define PCMK_XE_RESOURCE_AGENT
#define PCMK_META_INTERVAL
#define PCMK_DEFAULT_AGENT_VERSION
Definition at line 375 of file upstart.c.
◆ UPSTART_06_API
◆ UPSTART_JOB_IFACE
◆ services__execute_upstart()
◆ services__upstart2ocf()
◆ services__upstart_prepare()
◆ upstart_cleanup()
void upstart_cleanup |
( |
void |
| ) |
|
◆ upstart_job_exists()
gboolean upstart_job_exists |
( |
const char * |
name | ) |
|
◆ upstart_job_listall()
GList* upstart_job_listall |
( |
void |
| ) |
|