1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-08 21:17:47 +03:00
systemd-stable/test/test-execute/exec-supplementarygroups.service
Franck Bui fe5e692bfc tests: minor simplification in test-execute
No functional change.

(cherry picked from commit 09415aef94)
(cherry picked from commit cf23a522b2)
2022-11-08 00:09:18 +01:00

10 lines
320 B
Desktop File

# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Test for Supplementary Group
[Service]
ExecStart=/bin/sh -x -c 'for g in $$(id -G); do test "$$g" = "%G" && exit 0; done; exit 1'
ExecStart=/bin/sh -x -c 'for g in $$(id -G); do test "$$g" = "1" && exit 0; done; exit 1'
Type=oneshot
SupplementaryGroups=1