diff options
Diffstat (limited to 'pcr/cluster-glue/ha-log.service')
-rw-r--r-- | pcr/cluster-glue/ha-log.service | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/cluster-glue/ha-log.service b/pcr/cluster-glue/ha-log.service deleted file mode 100644 index 5115298d7..000000000 --- a/pcr/cluster-glue/ha-log.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Non-blocking logging daemon. -Requires=network.target remote-fs.target -Before=heartbeat.service openais.service corosync.service - -[Service] -Type=forking -ExecStart=/usr/lib/heartbeat/ha_logd -d >/dev/null 2>&1 -ExecStop=/usr/lib/heartbeat/ha_logd -k >/dev/null 2>&1 - -[Install] -WantedBy=multi-user.target |