systemd-fw/install.sh

8 lines
183 B
Bash
Executable File

#!/bin/bash
root=$(realpath $(dirname $0));
# 1/ copy the service file
mkdir -p /usr/lib/systemd/system/;
cp -r ./usr/lib/systemd/system/firewall@.service /usr/lib/systemd/system/;