unit.conf: Fix remaining %t
[src/app-framework-main.git] / conf / generate-unit-conf / provided.inc
index d42ba77..3e29294 100644 (file)
@@ -1,3 +1,4 @@
+dnl vim: set filetype=sysctl.conf.m4 syntax=sysctl.conf.m4:
 ;---------------------------------------------------------------------------------
 ;----        P R O V I D E D   A P I S                                        ----
 ;---------------------------------------------------------------------------------
@@ -14,7 +15,7 @@
 
 [Socket]
 SmackLabel=*
-ListenStream=%t/apis/ws/{{name}}
+ListenStream=USER_RUN_DIR/apis/ws/{{name}}
 FileDescriptorName={{name}}
 
 Service=UNIT_NAME_SERVICE
@@ -26,6 +27,8 @@ WantedBy=sockets.target
 
 %end systemd-unit
 
+
+
 {{/value=ws|auto}}
 {{/provided-api}}