98f0698f71
Move all the packaging related files to contrib/. Rework the .spec file to make automated builds easier. Change-Id: I96482fdb838f46f9dcb57c725f3029a1ccf428f9
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
|