mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 14:55:02 +00:00
8 lines
155 B
Desktop File
8 lines
155 B
Desktop File
[Unit]
|
|
Description=Execute run-k6.
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/bin/bash -c 'exec /home/ubuntu/scripts/run-k6.sh'
|
|
[Install]
|
|
WantedBy=multi-user.target
|