move systemd unit directory

This commit is contained in:
idk
2023-01-04 03:18:46 +00:00
parent 18320ecd4b
commit b70a66501c

View File

@ -56,15 +56,15 @@ install:
install -g i2psvc -o i2psvc -d /var/lib/i2p/i2p-config/reseed/
cp -r content /var/lib/i2p/i2p-config/reseed/content
chown -R i2psvc: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
install -m644 etc/systemd/system/reseed.service.d/reseed.conf /etc/systemd/system/reseed.service.d/reseed.conf
install -m644 etc/systemd/system/reseed.service.d/reseed.service /etc/systemd/system/reseed.service.d/reseed.service
uninstall:
rm /usr/bin/reseed-tools
rm /etc/default/reseed
rm /etc/init.d/reseed
rm /etc/systemd/system/reseed.d/reseed.conf
rm /etc/systemd/system/reseed.d/reseed.service
rm /etc/systemd/system/reseed.service.d/reseed.conf
rm /etc/systemd/system/reseed.service.d/reseed.service
rm -rf /var/lib/i2p/i2p-config/reseed/
checkinstall: build