summarylogtreecommitdiffstats
path: root/tcpcrypt.install
diff options
context:
space:
mode:
authorskydrome2019-11-06 04:28:34 -0500
committerskydrome2019-11-06 04:28:34 -0500
commit8ce5c1fd647b3254a1f867f67072cc689543003d (patch)
tree16e08fe24e5ecb8311794fa429b18bfeaf8a5aca /tcpcrypt.install
parent4b1f4c669b8a5979c1106c4304ba14b60b39234a (diff)
downloadaur-tcpcrypt-git.tar.gz
cleanup
Diffstat (limited to 'tcpcrypt.install')
-rw-r--r--tcpcrypt.install15
1 files changed, 2 insertions, 13 deletions
diff --git a/tcpcrypt.install b/tcpcrypt.install
index aa606613ec5f..e60b641c8fc7 100644
--- a/tcpcrypt.install
+++ b/tcpcrypt.install
@@ -1,23 +1,12 @@
post_install() {
- echo "To start tcpcrypt, run 'systemctl start tcpcryptd.service'. Secure"
+ echo "To start tcpcrypt, run 'systemctl start tcpcryptd'. Secure"
echo "connections should Just Work between tcpcrypt-enabled machines."
- echo "To start it at boot, run 'systemctl enable tcpcryptd.service'"
echo
echo "This implementation of tcpcrypt is relatively safe. In the worst case"
echo "the daemon crashes and you lose all connectivity. When that happens,"
- echo "just run 'systemctl stop tcpcryptd.service' to tear down iptables"
+ echo "just run 'systemctl stop tcpcryptd' to tear down iptables"
echo "rules and everything will continue."
echo
echo "For debugging, run 'tcnetstat' to list all active encrypted connections"
echo "Run 'iptables -vnL' to check if iptables rules were set up correctly"
- post_upgrade
-}
-
-post_upgrade() {
- systemd-sysusers tcpcryptd.conf
- systemd-tmpfiles --create tcpcryptd.conf
-}
-
-pre_remove() {
- echo
}