Merge "Added systemd service files for both conductor and wamp-agent"
This commit is contained in:
commit
7d45cc3dbd
9
etc/systemd/system/iotronic-conductor.service
Normal file
9
etc/systemd/system/iotronic-conductor.service
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=iotronic-conductor
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/local/bin/iotronic-conductor
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
9
etc/systemd/system/iotronic-wamp-agent.service
Normal file
9
etc/systemd/system/iotronic-wamp-agent.service
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=iotronic-wamp-agent
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/local/bin/iotronic-wamp-agent
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
@ -35,6 +35,9 @@ data_files =
|
|||||||
etc/iotronic/policy.json
|
etc/iotronic/policy.json
|
||||||
/var/www/cgi-bin/iotronic =
|
/var/www/cgi-bin/iotronic =
|
||||||
iotronic/wsgi/app.wsgi
|
iotronic/wsgi/app.wsgi
|
||||||
|
/etc/systemd/system =
|
||||||
|
etc/systemd/system/iotronic-conductor.service
|
||||||
|
etc/systemd/system/iotronic-wamp-agent.service
|
||||||
|
|
||||||
[build_sphinx]
|
[build_sphinx]
|
||||||
source-dir = doc/source
|
source-dir = doc/source
|
||||||
|
Loading…
Reference in New Issue
Block a user