#!/bin/bash
set -eu

# For Ubuntu map-services is currently a noop
# We pass through the service name directly
echo "$@"
