From: Samir Benmendil Date: Mon, 4 Nov 2019 08:57:14 +0000 (+0000) Subject: systemd: don't allow installing backdoor service file X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/e21f48ac996bd8ed565208c6e69e07e2ffea36b8 systemd: don't allow installing backdoor service file --- diff --git a/systemd/user/backdoor@.service b/systemd/user/backdoor@.service index b1207dd..66d9656 100644 --- a/systemd/user/backdoor@.service +++ b/systemd/user/backdoor@.service @@ -4,6 +4,3 @@ After=network.target [Service] ExecStart=/usr/bin/ssh -i ~/.ssh/id_ed25519_port-forward -NT -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -R 22222:localhost:22 %i - -[Install] -WantedBy=default.target