aboutsummarylogtreecommitdiffstats
path: root/gopass-fuse.service
diff options
context:
space:
mode:
authorChris Werner Rau2024-03-31 12:58:37 +0200
committerChris Werner Rau2024-03-31 12:58:37 +0200
commit26f345b077c391364fa93b7bf14afb6beb0e5d62 (patch)
tree3d5cb8383e47e72ca858742aa2a3ab4608bb0354 /gopass-fuse.service
parentb12dad1e783415a9c62948a603b7f1f23eda46eb (diff)
downloadaur-gopass-fuse.tar.gz
feat: automatically start and stop with smartcard.target
Diffstat (limited to 'gopass-fuse.service')
-rw-r--r--gopass-fuse.service4
1 files changed, 3 insertions, 1 deletions
diff --git a/gopass-fuse.service b/gopass-fuse.service
index 00aa7c3ab752..446b30e90a64 100644
--- a/gopass-fuse.service
+++ b/gopass-fuse.service
@@ -1,5 +1,7 @@
[Unit]
Description=Gopass-Fuse
+PartOf=smartcard.target
+After=smartcard.target
[Service]
Type=simple
@@ -12,4 +14,4 @@ RestartSec=0
Restart=always
[Install]
-WantedBy=basic.target \ No newline at end of file
+WantedBy=smartcard.target