mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-06 12:58:22 +03:00
test: add missing test units
This commit is contained in:
parent
6afc95b736
commit
0e4061c4d5
7
test/grandchild.service
Normal file
7
test/grandchild.service
Normal file
@ -0,0 +1,7 @@
|
||||
[Unit]
|
||||
Description=Grandchild Service
|
||||
|
||||
[Service]
|
||||
Slice=parent-deep.slice
|
||||
Type=oneshot
|
||||
ExecStart=/bin/true
|
5
test/parent-deep.slice
Normal file
5
test/parent-deep.slice
Normal file
@ -0,0 +1,5 @@
|
||||
[Unit]
|
||||
Description=Deeper Parent Slice
|
||||
|
||||
[Slice]
|
||||
MemoryLimit=3G
|
Loading…
x
Reference in New Issue
Block a user