mirror of https://github.com/hashicorp/consul
8 lines
155 B
INI
8 lines
155 B
INI
|
[Unit]
|
||
|
Description=Execute run-k6.
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/bin/bash -c 'exec /home/ubuntu/scripts/run-k6.sh'
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|