diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-11 12:57:19 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-11 12:57:19 +0100 |
| commit | 622fb6904a97e38f40a4b8f1e386c6bcf56d59f3 (patch) | |
| tree | 68eb1605b24acc0dd2f85495dcacbab4c77f572e /meta-oe/recipes-connectivity/gateone | |
| parent | 037cb32f99f229c9c55a029bec088ebc7f59d278 (diff) | |
| download | meta-openembedded-622fb6904a97e38f40a4b8f1e386c6bcf56d59f3.tar.gz | |
gateone: add missing files
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/gateone')
| -rw-r--r-- | meta-oe/recipes-connectivity/gateone/gateone/gateone-avahi.service | 10 | ||||
| -rw-r--r-- | meta-oe/recipes-connectivity/gateone/gateone/gateone.service | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/gateone/gateone/gateone-avahi.service b/meta-oe/recipes-connectivity/gateone/gateone/gateone-avahi.service new file mode 100644 index 0000000000..0f613d18e8 --- /dev/null +++ b/meta-oe/recipes-connectivity/gateone/gateone/gateone-avahi.service | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | <?xml version="1.0" standalone='no'?><!--*-nxml-*--> | ||
| 2 | <!DOCTYPE service-group SYSTEM "avahi-service.dtd"> | ||
| 3 | |||
| 4 | <service-group> | ||
| 5 | <name replace-wildcards="yes">GateOne on %h</name> | ||
| 6 | <service> | ||
| 7 | <type>_https._tcp</type> | ||
| 8 | <port>443</port> | ||
| 9 | </service> | ||
| 10 | </service-group> | ||
diff --git a/meta-oe/recipes-connectivity/gateone/gateone/gateone.service b/meta-oe/recipes-connectivity/gateone/gateone/gateone.service new file mode 100644 index 0000000000..7ff60020a0 --- /dev/null +++ b/meta-oe/recipes-connectivity/gateone/gateone/gateone.service | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=GateOne daemon | ||
| 3 | ConditionPathExists=|/var/lib/gateone | ||
| 4 | |||
| 5 | [Service] | ||
| 6 | WorkingDirectory=/var/lib/gateone | ||
| 7 | ExecStart=/usr/bin/python gateone.py | ||
| 8 | |||
| 9 | [Install] | ||
| 10 | WantedBy=multi-user.target | ||
