2024-01-17 21:52:40 +00:00
|
|
|
# Copyright (C) 2024 Umorpha Systems
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
|
|
|
[Unit]
|
2024-01-20 21:08:44 +00:00
|
|
|
Description=Eclipse CI leader HTTP server process
|
2024-01-17 21:52:40 +00:00
|
|
|
Requires=eclipse-httpd.socket
|
|
|
|
After=eclipse-httpd.socket
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=eclipse
|
|
|
|
Group=eclipse
|
|
|
|
Type=simple
|
2024-01-22 21:31:49 +00:00
|
|
|
ExecStart=@bindir@/eclipse-httpd --socket=fd:systemd
|
2024-01-17 21:52:40 +00:00
|
|
|
Restart=always
|
2024-01-18 01:08:12 +00:00
|
|
|
|
|
|
|
CacheDirectory=eclipse
|
|
|
|
ConfigurationDirectory=eclipse
|
|
|
|
StateDirectory=eclipse
|