Introduce dbus config of services
[src/app-framework-main.git] / conf / unit / provided-binding-user.inc
1 dnl vim: set filetype=sysctl.conf.m4 syntax=sysctl.conf.m4:
2 ;-------------------------------------------------------------------------------
3 ;----        T H E   S E R V I C E   O F   T H E   B I N D I N G            ----
4 ;-------------------------------------------------------------------------------
5 %begin systemd-unit
6
7 # auto generated by wgtpkg-unit for {{:id}} version {{:version}} target {{:#target}} of {{:idaver}}
8
9 %systemd-unit system
10 %systemd-unit service UNIT_NAME_BINDING_BASE({{name}})@
11
12 [Unit]
13 Description=Provides binding {{name}} for user %i
14
15 Requires=afm-user-setup@%i.service
16 After=afm-user-setup@%i.service
17
18 [Service]
19 Type=oneshot
20 RemainAfterExit=yes
21 ExecStart=/bin/ln -sf {{:#metadata.install-dir}}/{{value}} USER_API_PATH_LINK/{{name}}
22
23 %end systemd-unit