diff options
author | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-04-24 19:51:00 -0500 |
---|---|---|
committer | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-04-24 19:51:00 -0500 |
commit | 065f3a5aa5bba644b1fe457b422d097aaf5154b1 (patch) | |
tree | 5cd2c0a203a4c1cdff791d52ba6726cfa0da4f76 | |
parent | 6b90744431dd4db48dceed09e7423d9938ec6e27 (diff) | |
download | apkkit-065f3a5aa5bba644b1fe457b422d097aaf5154b1.tar.gz apkkit-065f3a5aa5bba644b1fe457b422d097aaf5154b1.tar.bz2 apkkit-065f3a5aa5bba644b1fe457b422d097aaf5154b1.tar.xz apkkit-065f3a5aa5bba644b1fe457b422d097aaf5154b1.zip |
Split: Pull OpenRC init scripts and systemd units into split pkgs
-rw-r--r-- | split-global.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/split-global.conf b/split-global.conf index 5a84215..be8ff30 100644 --- a/split-global.conf +++ b/split-global.conf @@ -10,3 +10,18 @@ name: "{name}-debug" desc: " (debug symbols)" paths: - usr/lib/debug +--- +name: "{name}-openrc" +desc: " (OpenRC init scripts)" +depends: + - openrc +paths: + - etc/init.d +--- +name: "{name}-systemd" +desc: " (systemd units)" +depends: + - systemd +paths: + - etc/systemd + - usr/lib/systemd |