#!/bin/sh
mkdir -p /run/systemd/system/
cp -d -t /run/systemd/system/ /etc/systemd/system/*
exit 0

