File: toxiproxy.service

package info (click to toggle)
toxiproxy 2.0.0%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 388 kB
  • ctags: 321
  • sloc: sh: 91; makefile: 59
file content (13 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=toxiproxy is a proxy to simulate network and system conditions
After=network.target
Documentation=man:toxiproxy(1)

[Service]
User=toxiproxy
Group=toxiproxy
EnvironmentFile=/etc/default/toxiproxy
ExecStart=/usr/bin/toxiproxy -port $TOXIPROXY_PORT -host $TOXIPROXY_HOST $TOXIPROXY_OPTS

[Install]
WantedBy=multi-user.target