mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
10 lines
148 B
Desktop File
10 lines
148 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=Son Service
|
|
|
|
[Service]
|
|
Slice=parent.slice
|
|
Type=oneshot
|
|
ExecStart=true
|
|
CPUWeight=100
|