Georg Pfuetzenreuter
9501cbf678
- setup.py to install the library as a Python package - systemd services and target for running as a daemon - sysconfig file providing environment variables to the application Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
11 lines
275 B
SYSTEMD
11 lines
275 B
SYSTEMD
# This file is shipped as part of the Takahe package.
|
|
# Author: Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net>
|
|
|
|
[Unit]
|
|
Description=Target combining all parts of Takahe
|
|
After=network.target
|
|
Requires=%N.service %N-stator.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|