http://0pointer.de/blog/projects/systemd.html This adds support for exporting systemd targets and services. The structure is based on the existing upstart support. Quality is draft and expected to refine in the coming weeks. One Foremanism that is not respected by these export templates is the usual log output location, instead stdout and stderr go to syslog.
6 lines
60 B
SYSTEMD
6 lines
60 B
SYSTEMD
[Unit]
|
|
StopWhenUnneeded=true
|
|
|
|
[Install]
|
|
WantedBy=app.target
|