citadel/meta-citadel/recipes-citadel/citadel-config/files/systemd/watch-resolvconf.service

7 lines
264 B
Desktop File

[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