14 lines
267 B
Desktop File
14 lines
267 B
Desktop File
[Unit]
|
|
Description=Outbound fedmsg gateway
|
|
After=network.target
|
|
Documentation=http://fedmsg.readthedocs.org/en/latest/commands/
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/fedmsg-gateway
|
|
Type=simple
|
|
User=fedmsg
|
|
Group=fedmsg
|
|
LimitNOFILE=160000
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|