2018-05-04 18:47:43 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Lorax Image Composer API Server
|
|
|
|
After=network-online.target
|
|
|
|
Wants=network-online.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=root
|
|
|
|
Type=simple
|
2018-07-19 17:57:03 +00:00
|
|
|
PIDFile=/run/lorax-composer.pid
|
2018-06-25 21:01:36 +00:00
|
|
|
ExecStartPre=/usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/lorax-composer.conf
|
2018-06-27 22:58:27 +00:00
|
|
|
ExecStart=/usr/sbin/lorax-composer /var/lib/lorax/composer/blueprints/
|
2018-05-04 18:47:43 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|