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
|
Loading…
Reference in New Issue
Block a user