diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-05-24 16:42:10 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-05-24 19:11:52 +0200 |
commit | d589ece081fdb1c527f558ed97d9c349b4b28f66 (patch) | |
tree | a1e2fc2fa7d7e6f59052b59ca4c3f6184e8ddcd1 /conf/system/afm-system-daemon.service.in | |
parent | a752e8b3033fdeb6a52349fcc7fbd618907ab474 (diff) |
afm-system-daemon.service: Fix a typo
Change-Id: If9dcd49edad5a34ea9c7bdfcba7d7bc44bbafbeb
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf/system/afm-system-daemon.service.in')
-rw-r--r-- | conf/system/afm-system-daemon.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/system/afm-system-daemon.service.in b/conf/system/afm-system-daemon.service.in index 593f007..f5227dd 100644 --- a/conf/system/afm-system-daemon.service.in +++ b/conf/system/afm-system-daemon.service.in @@ -1,6 +1,6 @@ [Unit] Description=Application Framework Master, system side -Require=afm-system-setup.service +Requires=afm-system-setup.service [Service] #User=afm |