2024-01-17 21:52:40 +00:00
|
|
|
# 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
|
2024-01-18 01:08:12 +00:00
|
|
|
ExecStart=@bindir@/eclipse-httpd --socket=systemd:0
|
2024-01-17 21:52:40 +00:00
|
|
|
Restart=always
|
2024-01-18 01:08:12 +00:00
|
|
|
|
|
|
|
CacheDirectory=eclipse
|
|
|
|
ConfigurationDirectory=eclipse
|
|
|
|
StateDirectory=eclipse
|