mirror of
https://github.com/edu4rdshl/tor-router.git
synced 2026-07-17 23:24:48 +00:00
16 lines
334 B
Desktop File
16 lines
334 B
Desktop File
[Unit]
|
|
Description=Start rules for transparent tor proxy
|
|
After=network-online.target tor.service
|
|
Requires=tor.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/tor-router start
|
|
RemainAfterExit=yes
|
|
ExecStop=/usr/bin/tor-router stop
|
|
TimeoutStopSec=180
|
|
KillMode=process
|
|
KillSignal=SIGINT
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|