]> git.ipfire.org Git - thirdparty/lldpd.git/commit
daemon: use RuntimeDirectory= instead of mkdir to create chroot
authorVincent Bernat <vincent@bernat.im>
Mon, 9 Apr 2018 10:53:33 +0000 (12:53 +0200)
committerVincent Bernat <vincent@bernat.im>
Mon, 9 Apr 2018 10:53:33 +0000 (12:53 +0200)
commit478ec07ddc343e68d1691d551dba00919fa79d70
tree2c59d7848b75b2b1d91b2a7fe02558a9b5c772ba
parentc560c1ca38c61d03f01050f777b79578faa15e73
daemon: use RuntimeDirectory= instead of mkdir to create chroot

This fix a bug introduced in b0ca585f627aa where "mkdir -p" was
replaced by "mkdir" which would fail on restart due to the directory
already existing.
src/daemon/lldpd.service.in