strongloop / node-foreman

A Node.js Version of Foreman
http://strongloop.github.io/node-foreman/
Other
1.27k stars 119 forks source link

export to systemd not working #91

Closed gutenye closed 8 years ago

gutenye commented 8 years ago
$ nf export -t systemd

[OKAY] Loaded ENV .env File as KEY=VALUE Format
(node) Buffer.write(string, encoding, offset, length) is deprecated. Use write(string[, offset[, length]][, encoding]) instead.
[OKAY] Wrote  : foreman-web-1.service
[OKAY] Wrote  : foreman-web.target
[OKAY] Wrote  : foreman.target

$ cat foreman.target

[Unit]
Wants=foreman-.target

It should be

[Unit]
Wants=foreman-web.target