15 lines
326 B
SYSTEMD
15 lines
326 B
SYSTEMD
|
# Copyright (C) 2024 Umorpha Systems
|
||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
|
||
|
[Unit]
|
||
|
Description=Eclipse CI HTTP server
|
||
|
Requires=eclipse-httpd.socket
|
||
|
After=eclipse-httpd.socket
|
||
|
|
||
|
[Service]
|
||
|
User=eclipse
|
||
|
Group=eclipse
|
||
|
Type=simple
|
||
|
ExecStart=@bindir@/eclipse-httpd --config=/etc/eclipse.yml --socket=systemd:0
|
||
|
Restart=always
|