#!/bin/bash

exec /usr/bin/systemd-run \
  --unit="apt-updater-$1" \
  --collect \
  /sagacitysoft/webserver/tooling/apt-updater.sh "$1"