diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2014-01-17 01:22:42 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 00:52:32 +0000 |
| commit | c467a018ba364dc22fa2a3ba61c2c4e807e67c0a (patch) | |
| tree | bfc6c7633ff50934c1047b9ea9e5032437502846 /meta/recipes-extended/at/files | |
| parent | 7c098b4a62c2855a321e9db893531006ff2da6e5 (diff) | |
| download | poky-c467a018ba364dc22fa2a3ba61c2c4e807e67c0a.tar.gz | |
at: add systemd support
Add systemd support for at.
This patch mainly comes from meta-systemd.
[YOCTO #4420]
(From OE-Core rev: b71670bfbd8e394521cfd969eeafad4adc34c285)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/at/files')
| -rw-r--r-- | meta/recipes-extended/at/files/atd.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-extended/at/files/atd.service b/meta/recipes-extended/at/files/atd.service new file mode 100644 index 0000000000..6dc844504a --- /dev/null +++ b/meta/recipes-extended/at/files/atd.service | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=Job spooling tools | ||
| 3 | After=syslog.target | ||
| 4 | |||
| 5 | [Service] | ||
| 6 | ExecStart=@SBINDIR@/atd -f | ||
| 7 | |||
| 8 | [Install] | ||
| 9 | WantedBy=multi-user.target | ||
