me
/
guix
Archived
1
0
Fork 0

services: tor: Log to file.

* gnu/services/networking.scm (tor-shepherd-service)[start]: Specify log
file.
master
Brice Waegeneire 2021-07-03 17:35:50 +02:00
parent 1beeef6261
commit 8bb45504dd
No known key found for this signature in database
GPG Key ID: A94903A166A18FAE
1 changed files with 1 additions and 0 deletions

View File

@ -960,6 +960,7 @@ HiddenServicePort ~a ~a~%"
(start #~(make-forkexec-constructor/container
(list #$(file-append tor "/bin/tor") "-f" #$torrc)
#:log-file "/var/log/tor.log"
#:mappings (list (file-system-mapping
(source "/var/lib/tor")
(target source)