PHP Classes

File: examples/lookupd/lookupd-start.php

Recommend this page to a friend!
  Classes of Andy Pieters   PHP Systemd Daemon Notify   examples/lookupd/lookupd-start.php   Download  
File: examples/lookupd/lookupd-start.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Systemd Daemon Notify
Interact with Systemd Notification Deamon
Author: By
Last change:
Date: 6 years ago
Size: 78 bytes
 

Contents

Class file image Download
<?php

   
require_once __DIR__.'/lookupd.php';

    die(
Lookupd::start());
?>