diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2017-01-07 17:15:37 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2017-01-07 17:15:37 -0500 |
commit | c24bdf38fe89d74cfad9cc41a03de18a94159b28 (patch) | |
tree | b6425d5ff9dda7611c001018c85743513995c7fb /nonprism/dhcpcd-hardened-script/dhcpcd-hardened-script.service | |
parent | 344981cec28a7c261c5871711c7ca68f7107de67 (diff) | |
download | abslibre-c24bdf38fe89d74cfad9cc41a03de18a94159b28.tar.gz abslibre-c24bdf38fe89d74cfad9cc41a03de18a94159b28.tar.bz2 abslibre-c24bdf38fe89d74cfad9cc41a03de18a94159b28.zip |
remove dhcpcd hardened due to hostname-blanker
Diffstat (limited to 'nonprism/dhcpcd-hardened-script/dhcpcd-hardened-script.service')
-rw-r--r-- | nonprism/dhcpcd-hardened-script/dhcpcd-hardened-script.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nonprism/dhcpcd-hardened-script/dhcpcd-hardened-script.service b/nonprism/dhcpcd-hardened-script/dhcpcd-hardened-script.service index e69de29bb..2f01d0bf9 100644 --- a/nonprism/dhcpcd-hardened-script/dhcpcd-hardened-script.service +++ b/nonprism/dhcpcd-hardened-script/dhcpcd-hardened-script.service @@ -0,0 +1,11 @@ +[Unit] +Before=network-pre.target +Wants=network-pre.target + +[Service] +Type=oneshot +ExecStart=/bin/bash /usr/lib/dhcpcd/dhcpcd_hardened.sh +RemainAfterExit=false + +[Install] +WantedBy=multi-user.target |