File: fedmsg-relay.service

package info (click to toggle)
fedmsg 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,728 kB
  • ctags: 874
  • sloc: python: 4,026; sh: 1,030; php: 149; makefile: 30
file content (13 lines) | stat: -rw-r--r-- 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=fedmsg active<->passive relay
After=network.target
Documentation=https://fedmsg.readthedocs.org/

[Service]
ExecStart=/usr/bin/fedmsg-relay
Type=simple
User=fedmsg
Group=fedmsg

[Install]
WantedBy=multi-user.target