blob: 2f01d0bf9eb01a343838106d8ac329a200fb03c6 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|