2024-01-17 21:00:28 +00:00
|
|
|
# Copyright (C) 2024 Umorpha Systems
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Check for Eclipse CI triggers
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=eclipse
|
|
|
|
Group=eclipse
|
|
|
|
Type=oneshot
|
2024-01-18 01:08:12 +00:00
|
|
|
ExecStart=@bindir@/eclipse-trigger
|
|
|
|
|
|
|
|
CacheDirectory=eclipse
|
|
|
|
ConfigurationDirectory=eclipse
|
|
|
|
StateDirectory=eclipse
|