You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I have a systemd script for Vanguards, would you like to add service manager guides? I am also trying to make /etc/rc.d/vanguards for OpenBSD (not working currently).
Systemd service for debian:
printf"[Unit]Description=Additional protections for Tor onion services[email protected]After=network.target nss-lookup.target[Service]WorkingDirectory=/var/lib/tor/vanguardsExecStart=/usr/bin/python3 src/vanguards.py --config /etc/tor/vanguards.confUser=debian-torGroup=debian-torType=simpleRestart=always[Install]WantedBy=multi-user.target"| sudo tee /etc/system/systemd/[email protected]
sudo systemctl daemon-reload
sudo systemctl start [email protected]
sudo journalctl -fu [email protected]
The text was updated successfully, but these errors were encountered:
Hi. I have a systemd script for Vanguards, would you like to add service manager guides? I am also trying to make /etc/rc.d/vanguards for OpenBSD (not working currently).
Systemd
service fordebian
:The text was updated successfully, but these errors were encountered: