Skip to content

Commit

Permalink
systemd: split off homed (#41061)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvreeland authored Jan 31, 2025
1 parent 297df23 commit ef771fd
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion systemd.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: systemd
version: "257.2"
epoch: 11
epoch: 12
description: The systemd System and Service Manager
copyright:
- license: LGPL-2.1-or-later AND GPL-2.0-or-later
Expand Down Expand Up @@ -466,6 +466,23 @@ subpackages:
mkdir -p ${{targets.subpkgdir}}/usr/lib/repart.d/
cp 50-root.conf ${{targets.subpkgdir}}/usr/lib/repart.d/
- name: "systemd-homed"
description: "systemd-homed is a system service designed to manage home directories"
dependencies:
runtime:
- ${{package.name}}
pipeline:
- runs: |
cd ${{targets.destdir}}/
mkdir -p ${{targets.subpkgdir}}/etc/systemd
mkdir -p ${{targets.subpkgdir}}/usr/lib/systemd/system
mkdir -p ${{targets.subpkgdir}}/usr/bin/
find . -name '*home*' -exec cp -v --parents -r '{}' ${{targets.subpkgdir}} \;
test:
pipeline:
- runs: |
homectl --help
update:
enabled: true
github:
Expand Down

0 comments on commit ef771fd

Please sign in to comment.