diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-05 16:29:51 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-05 16:42:58 +0200 |
commit | f03138790d27b2ce28e6db5756b553e0115321f0 (patch) | |
tree | 07421f5fab34097b529844df8aa2672e1b999073 /conf/unit/afm-unit-debug.conf.in | |
parent | 91baca1e612e8323885dfcfe17267a96527fa3c5 (diff) |
afm-unit.conf: force symbolic link on update
Forcing symbolic link update ensures that if the value changes
the link will be overwriten. Otherwise the link always
keeps the old path until a system reboot or a manual removal
of the link file.
Change-Id: Ib9d8f267a8665edd75ce04f77eb70c4b0a4b8e9f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf/unit/afm-unit-debug.conf.in')
-rw-r--r-- | conf/unit/afm-unit-debug.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/unit/afm-unit-debug.conf.in b/conf/unit/afm-unit-debug.conf.in index 01d3c2e..accf8ca 100644 --- a/conf/unit/afm-unit-debug.conf.in +++ b/conf/unit/afm-unit-debug.conf.in @@ -277,7 +277,7 @@ After=afm-user-setup@%i.service [Service] Type=oneshot RemainAfterExit=yes -ExecStart=/bin/ln -s {{:#metadata.install-dir}}/{{value}} @afm_users_rundir@/%i/apis/link/{{name}} +ExecStart=/bin/ln -sf {{:#metadata.install-dir}}/{{value}} @afm_users_rundir@/%i/apis/link/{{name}} %end systemd-unit {{/provided-binding}} {{/targets}} |