bundlewrap/bundles/systemd
CroneKorkN cc1c6a5767
systemd: accept .slice extension in unit-file routing
Slices are a standard systemd unit type; the existing routing only
covered timer/service/mount/swap/target and raised on .slice. Same
install path (/usr/local/lib/systemd/system/<name>) and same
systemd-reload trigger as the other unit kinds.
2026-05-10 17:00:45 +02:00
..
items.py systemd: accept .slice extension in unit-file routing 2026-05-10 17:00:45 +02:00
metadata.py cake traffic shaping 2025-07-10 20:39:24 +02:00
README.md systemd mount defaults 2023-04-20 11:09:08 +02:00

SYSTEMD

show unit paths

systemctl --no-pager --property=UnitPath show --value | tr ' ' '\n'

metadata

{
    'systemd': {
        'units': {
            'test.service': {
            }
        }
    },
}