reseed-tools/reseed-tools reseed

This commit is contained in:
idk
2021-12-03 16:32:39 -05:00
parent 8b7ba5a4a5
commit d6354e2bc2
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ install:
install -m644 etc/default/reseed /etc/default/reseed
install -m755 etc/init.d/reseed /etc/init.d/reseed
mkdir -p /etc/systemd/system/reseed.d/
install -d -g i2psvc -u i2psvc /var/lib/i2p/i2p-config/reseed
install -d -g i2psvc -o i2psvc /var/lib/i2p/i2p-config/reseed
install -m644 etc/systemd/system/reseed.d/reseed.conf /etc/systemd/system/reseed.d/reseed.conf
install -m644 etc/systemd/system/reseed.d/reseed.service /etc/systemd/system/reseed.d/reseed.service