File: perl-daemon.service

package info (click to toggle)
liblinux-systemd-perl 1.201600-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 284 kB
  • sloc: perl: 640; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
[Unit]
Description = Test service for systemd Perl bindings

[Service]
Type = notify
ExecStart = /usr/bin/env perl $PATH_TO/perl-daemon
ExecReload = /bin/kill -HUP $MAINPID
WatchdogSec = 30