From 9501cbf678a4ef99ccbd8c53f35b3209569f4c8e Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 18 Dec 2022 16:46:54 +0100 Subject: Import packaging files - 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 --- SUSE/takahe.target | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 SUSE/takahe.target (limited to 'SUSE/takahe.target') diff --git a/SUSE/takahe.target b/SUSE/takahe.target new file mode 100644 index 0000000..9037778 --- /dev/null +++ b/SUSE/takahe.target @@ -0,0 +1,10 @@ +# This file is shipped as part of the Takahe package. +# Author: Georg Pfuetzenreuter + +[Unit] +Description=Target combining all parts of Takahe +After=network.target +Requires=%N.service %N-stator.service + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3