mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
8 lines
99 B
Desktop File
8 lines
99 B
Desktop File
[Unit]
|
|
Description=Daughter Service
|
|
|
|
[Service]
|
|
Slice=parent.slice
|
|
Type=oneshot
|
|
ExecStart=/bin/true
|