summarylogtreecommitdiffstats
path: root/softu2f.install
diff options
context:
space:
mode:
Diffstat (limited to 'softu2f.install')
-rw-r--r--softu2f.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/softu2f.install b/softu2f.install
new file mode 100644
index 000000000000..6a5df59f2d01
--- /dev/null
+++ b/softu2f.install
@@ -0,0 +1,11 @@
+post_upgrade() {
+ post_install
+}
+
+post_install() {
+ systemctl preset softu2f.socket
+ if systemctl --quiet is-enabled softu2f.socket; then
+ systemctl start softu2f.socket
+ fi
+ echo " * You also need to start 'softu2f.service' via 'systemctl --user'."
+}