diff options
Diffstat (limited to 'conf/generate-unit-conf/provided.inc')
-rw-r--r-- | conf/generate-unit-conf/provided.inc | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/conf/generate-unit-conf/provided.inc b/conf/generate-unit-conf/provided.inc deleted file mode 100644 index d9c12a0..0000000 --- a/conf/generate-unit-conf/provided.inc +++ /dev/null @@ -1,35 +0,0 @@ -dnl vim: set filetype=sysctl.conf.m4 syntax=sysctl.conf.m4: -;--------------------------------------------------------------------------------- -;---- P R O V I D E D A P I S ---- -;--------------------------------------------------------------------------------- - -{{#provided-api}} -{{#value=ws|auto}} - -%begin systemd-unit - -# auto generated by wgtpkg-unit for {{:id}} version {{:version}} target {{:#target}} of {{:idaver}} - -%systemd-unit system -%systemd-unit socket afm-api-ws-{{name}}@ - -[Socket] -SmackLabel=* -ListenStream=USER_RUN_DIR/apis/ws/{{name}} -FileDescriptorName={{name}} - -Service=UNIT_NAME_SERVICE - -%nl -[Install] -WantedBy=sockets.target -%systemd-unit wanted-by agl-user-session@.service - -%end systemd-unit - - - -{{/value=ws|auto}} -{{/provided-api}} - - |