From 935db83d8b21560e13b5522a950a0008565a4bd6 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 17 May 2020 12:44:31 -0700 Subject: [PATCH] tor: Fix stopping server during backup/restore Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/tor/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/tor/manifest.py b/plinth/modules/tor/manifest.py index 801217f3b..a15799ad1 100644 --- a/plinth/modules/tor/manifest.py +++ b/plinth/modules/tor/manifest.py @@ -48,5 +48,5 @@ backup = validate_backup({ 'secrets': { 'directories': ['/var/lib/tor/', '/var/lib/tor-instances/'] }, - 'services': ['tor@service'] + 'services': ['tor@plinth'] })