File: fever.service

package info (click to toggle)
fever 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 920 kB
  • sloc: sh: 41; makefile: 18
file content (12 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=fast, extensible, versatile event router (FEVER)
Documentation=https://github.com/DCSO/fever

[Service]
SyslogIdentifier=fever
EnvironmentFile=-/etc/default/fever
ExecStart=/usr/bin/fever run $FEVER_ARGS
Restart=on-failure

[Install]
WantedBy=multi-user.target