[Pki-devel] [PATCH] pki-tpsd at .service: Use BindsTo= instead of BindTo=

Timo Aaltonen tjaalton at ubuntu.com
Thu Mar 9 08:07:22 UTC 2017


From: Timo Aaltonen <tjaalton at debian.org>

BindTo is deprecated since a few years:
https://github.com/systemd/systemd/commit/7f2cddae09fd2579ae24434df577bb5e5a157d86

---
 base/tps-client/lib/systemd/system/pki-tpsd at .service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/tps-client/lib/systemd/system/pki-tpsd at .service b/base/tps-client/lib/systemd/system/pki-tpsd at .service
index 6a0d6a3..e93d44c 100644
--- a/base/tps-client/lib/systemd/system/pki-tpsd at .service
+++ b/base/tps-client/lib/systemd/system/pki-tpsd at .service
@@ -1,7 +1,7 @@
 [Unit]
 Description=PKI Token Processing Server %i
 After=pki-tpsd.target
-BindTo=pki-tpsd.target
+BindsTo=pki-tpsd.target
 
 [Service]
 Type=forking
-- 
2.7.4




More information about the Pki-devel mailing list