aboutsummaryrefslogtreecommitdiff
path: root/etc/systemd/brep-clean.service
blob: d2e56303a3d90357a9ef1908d2192a02c21db1ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=brep build database and artifacts cleaner service

[Service]
Type=oneshot
#User=brep
#Group=brep

# Run both tenants and builds cleaners if CI request functionality is enabled.
# Also run outdated build artifacts cleaners if build artifacts upload
# functionality is enabled.
#
#ExecStart=/home/brep/install/bin/brep-clean tenants 240
ExecStart=/home/brep/install/bin/brep-clean builds /home/brep/config/buildtab
#ExecStart=/home/brep/install/bin/brep-upload-bindist-clean /var/bindist 2880

[Install]
WantedBy=default.target