File: sec.service

package info (click to toggle)
sec 2.9.3-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 840 kB
  • sloc: perl: 9,078; sh: 284; ansic: 135; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=simple event correlator
Documentation=man:sec(1) https://simple-evcorr.github.io/

[Service]
Type=forking
PIDFile=/run/sec.pid
EnvironmentFile=-/etc/default/sec
EnvironmentFile=-/etc/default/sec.d/*
ExecStart=/usr/bin/sec $DAEMON_ARGS

[Install]
WantedBy=default.target