aboutsummaryrefslogtreecommitdiffstats
path: root/conf/unit/generate-unit-conf/provided-binding.inc
blob: a5636ee219f66a55bfe15b2735d5dc183603fde4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
dnl vim: set filetype=sysctl.conf.m4 syntax=sysctl.conf.m4:
;-------------------------------------------------------------------------------
;----        P R O V I D E D   B I N D I N G                                ----
;-------------------------------------------------------------------------------

{{#provided-binding}}

;-------------------------------------------------------------------------------
;----        T H E   S E R V I C E   O F   T H E   B I N D I N G            ----
;-------------------------------------------------------------------------------
%begin systemd-unit

# auto generated by wgtpkg-unit for {{:id}} version {{:version}} target {{:#target}} of {{:idaver}}

%systemd-unit system
%systemd-unit service UNIT_NAME_BINDING_BASE({{name}})@

[Unit]
Description=Provides binding {{name}} for user %i

Requires=afm-user-setup@%i.service
After=afm-user-setup@%i.service

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/ln -s {{:#metadata.install-dir}}/{{value}} USER_RUN_DIR/apis/link/{{name}}

%end systemd-unit

{{/provided-binding}}