summaryrefslogtreecommitdiffstats
path: root/package/targets.mak
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-02-07 10:16:45 +0100
committerPS <p@0x53.net>2026-02-07 10:16:45 +0100
commitf7df2f7bb6abbea365cccb1345dcf1a1b7a80797 (patch)
tree2bead70379ffd134fb4190c9564b37c5c68cf581 /package/targets.mak
parent980c5408489a3a3a56e49c3873f1bce6a0155cad (diff)
downloadgoetia-base-f7df2f7bb6abbea365cccb1345dcf1a1b7a80797.tar.gz
goetia-base-f7df2f7bb6abbea365cccb1345dcf1a1b7a80797.tar.bz2
goetia-base-f7df2f7bb6abbea365cccb1345dcf1a1b7a80797.zip
Improve usertree shutdown; improve system .s6-svscan directory
Diffstat (limited to 'package/targets.mak')
-rw-r--r--package/targets.mak24
1 files changed, 6 insertions, 18 deletions
diff --git a/package/targets.mak b/package/targets.mak
index 43cbcae..8c63c9b 100644
--- a/package/targets.mak
+++ b/package/targets.mak
@@ -59,22 +59,16 @@ SLASHCOMMAND_BINS ::= \
ALL_LIBS ::= \
service/system/s6-svscan-log/run \
service/system/s6-svscan-log/notification-fd \
- service/system/.s6-svscan/crash \
- service/system/.s6-svscan/SIGUSR1 \
- service/system/.s6-svscan/finish \
- service/system/.s6-svscan/SIGQUIT \
- service/system/.s6-svscan/SIGINT \
- service/system/.s6-svscan/SIGUSR2 \
- service/system/.s6-svscan/SIGWINCH \
- service/system/.s6-svscan/SIGTERM \
- service/system/.s6-svscan/SIGPWR \
service/system/s6-svscan-log-console/run \
service/system/s6-svscan-log-console/notification-fd \
service/system/goetia-runner/run \
service/system/goetia-runner/notification-fd \
service/user/s6-svscan-log/run \
service/user/s6-svscan-log/notification-fd \
+ service/user/.s6-svscan/finish \
service/user/.s6-svscan/SIGTERM \
+ service/user/goetia-shutdown/run \
+ service/user/goetia-shutdown/down \
service/user/goetia-runner/run \
service/user/goetia-runner/notification-fd \
source/system/other/dbus-daemon-srv/run \
@@ -253,22 +247,16 @@ ALL_LIBS ::= \
INSTALL_LIBS ::= \
$(DESTDIR)$(libdir)/service/system/s6-svscan-log/run \
$(DESTDIR)$(libdir)/service/system/s6-svscan-log/notification-fd \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/crash \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGUSR1 \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/finish \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGQUIT \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGINT \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGUSR2 \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGWINCH \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGTERM \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGPWR \
$(DESTDIR)$(libdir)/service/system/s6-svscan-log-console/run \
$(DESTDIR)$(libdir)/service/system/s6-svscan-log-console/notification-fd \
$(DESTDIR)$(libdir)/service/system/goetia-runner/run \
$(DESTDIR)$(libdir)/service/system/goetia-runner/notification-fd \
$(DESTDIR)$(libdir)/service/user/s6-svscan-log/run \
$(DESTDIR)$(libdir)/service/user/s6-svscan-log/notification-fd \
+ $(DESTDIR)$(libdir)/service/user/.s6-svscan/finish \
$(DESTDIR)$(libdir)/service/user/.s6-svscan/SIGTERM \
+ $(DESTDIR)$(libdir)/service/user/goetia-shutdown/run \
+ $(DESTDIR)$(libdir)/service/user/goetia-shutdown/down \
$(DESTDIR)$(libdir)/service/user/goetia-runner/run \
$(DESTDIR)$(libdir)/service/user/goetia-runner/notification-fd \
$(DESTDIR)$(libdir)/source/system/other/dbus-daemon-srv/run \