forked from brl/citadel
Add missing files to correct dns fix commit (0d13ca38df
)
This commit is contained in:
parent
0d13ca38df
commit
4c6f4f4a3d
@ -0,0 +1,9 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Watch /run/NetworkManager
|
||||||
|
|
||||||
|
[Path]
|
||||||
|
PathChanged=/run/NetworkManager
|
||||||
|
MakeDirectory=true
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
@ -0,0 +1,7 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Copy resolv.conf to /storage/citadel-state
|
||||||
|
ConditionPathExists=/run/NetworkManager/resolv.conf
|
||||||
|
ConditionPathExists=/storage/citadel-state
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=/bin/cp /run/NetworkManager/resolv.conf /storage/citadel-state/resolv.conf
|
Loading…
Reference in New Issue
Block a user