summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-06-27 14:45:53 +0200
committerRonan Le Martret <ronan.lemartret@iot.bzh>2017-06-27 14:53:39 +0200
commit8c06a00c2437d0facb61b251c10a4a5729369166 (patch)
tree01a8971cc79eff2ba3d172303c2748bbcc22bf2d /conf.d
parentea3b17feb2eb2d54bbc27dc75eee60bd1fe67d27 (diff)
Update Readme file
* Add systemd service file * Add autoconfig for ssh contener * Add http port conf to xds-server-start.sh script Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/service/xds-server.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf.d/service/xds-server.service b/conf.d/service/xds-server.service
new file mode 100644
index 0000000..378de97
--- /dev/null
+++ b/conf.d/service/xds-server.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=XDS Server
+
+[Service]
+User=devel
+Type=forking
+EnvironmentFile=-/etc/default/xds-server
+ExecStart=/usr/local/bin/xds-server-start.sh
+
+[Install]
+WantedBy=multi-user.target