This patch provides a .spec file (RHEL7 support only), systemd service files and a logrotate configuration. Change-Id: I103e14cab2e63a55aa6aed7441ac35986f546c48
12 lines
272 B
Desktop File
12 lines
272 B
Desktop File
[Unit]
|
|
Description=CloudKitty API Service
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=cloudkitty
|
|
ExecStart=/usr/bin/cloudkitty-api --logfile /var/log/cloudkitty/api.log --config-file /etc/cloudkitty/cloudkitty.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|