f0cf68d
# Use tor-master.service to restart/reload/stop the main tor.service and
f0cf68d
# all instances of tor@.service that are running.
f0cf68d
#
f0cf68d
# systemd targets cannot be reloaded so this is a service instead.
fd51c00
fd51c00
[Unit]
fd51c00
Description=Anonymizing overlay network for TCP (multi-instance master)
fd51c00
fd51c00
[Service]
fd51c00
Type=oneshot
fd51c00
RemainAfterExit=yes
fd51c00
ExecStart=/bin/true
fd51c00
ExecReload=/bin/true
fd51c00
fd51c00
[Install]
fd51c00
WantedBy=multi-user.target