This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
accumulo/accumulo-gc.service
2016-12-06 18:55:28 -05:00

12 lines
227 B
Desktop File

[Unit]
Description=Apache Accumulo Garbage Collector service
After=syslog.target network.target
[Service]
User=accumulo
Group=accumulo
ExecStart=/usr/bin/accumulo gc
SuccessExitStatus=143
[Install]
WantedBy=multi-user.target