blob: 739a54ac404ca851723350e195cb9c9914c80ec9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=brep build database cleaner service
[Service]
Type=oneshot
#User=brep
#Group=brep
# Run both tenants and builds cleaners if CI request functionality is enabled.
#
#ExecStart=/home/brep/install/bin/brep-clean tenants 240
ExecStart=/home/brep/install/bin/brep-clean builds /home/brep/config/buildtab
[Install]
WantedBy=default.target
|