19 lines
394 B
SYSTEMD
19 lines
394 B
SYSTEMD
# Copyright (C) 2024 Umorpha Systems
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
[Unit]
|
|
Description=Eclipse CI leader HTTP server process
|
|
Requires=eclipse-httpd.socket
|
|
After=eclipse-httpd.socket
|
|
|
|
[Service]
|
|
User=eclipse
|
|
Group=eclipse
|
|
Type=simple
|
|
ExecStart=@bindir@/eclipse-httpd --socket=fd:systemd
|
|
Restart=always
|
|
|
|
CacheDirectory=eclipse
|
|
ConfigurationDirectory=eclipse
|
|
StateDirectory=eclipse
|