dracut/modules.d/98systemd/service-to-run.sh

6 lines
100 B
Bash
Executable File

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