From 9156c7a4c2888fed3005ab3ad1fb6ec9411367cb Mon Sep 17 00:00:00 2001
From: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
Date: Thu, 8 Jul 2021 01:01:45 +0200
Subject: [PATCH] systemd ignores non-symlinks in directories like
 /etc/systemd/system/multi-user.target.wants

Instead, these files need to go to /etc/systemd/system and have an `[Install]`
section in which they declare their forward/reverse dependencies.

Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
---
 .../system/{multi-user.target.wants => }/gStream2tcp.service      | 0
 etc/systemd/system/{multi-user.target.wants => }/xcache.service   | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename etc/systemd/system/{multi-user.target.wants => }/gStream2tcp.service (100%)
 rename etc/systemd/system/{multi-user.target.wants => }/xcache.service (100%)

diff --git a/etc/systemd/system/multi-user.target.wants/gStream2tcp.service b/etc/systemd/system/gStream2tcp.service
similarity index 100%
rename from etc/systemd/system/multi-user.target.wants/gStream2tcp.service
rename to etc/systemd/system/gStream2tcp.service
diff --git a/etc/systemd/system/multi-user.target.wants/xcache.service b/etc/systemd/system/xcache.service
similarity index 100%
rename from etc/systemd/system/multi-user.target.wants/xcache.service
rename to etc/systemd/system/xcache.service
-- 
GitLab