File: test-daemon

package info (click to toggle)
libapp-daemon-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 140 kB
  • sloc: perl: 310; makefile: 8
file content (7 lines) | stat: -rwxr-xr-x 112 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/usr/local/bin/perl -w
use strict;

     # Program:
use App::Daemon qw( daemonize );
daemonize();
sleep(100);