/
niceSOFT
/
systemd
Обзор
Документация
Войти
/
niceSOFT
/
systemd
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/test-execute/exec-specifier-user.service
11 строк
333 B
Yu Watanabe
test: always use bash
07 дек 2025, 03:09
07 дек 2025, 03:09
b49a469
Код
Авторство
О чём код?
# SPDX-License-Identifier: LGPL-2.1-or-later [Unit] Description=Test for specifiers [Service] Type=oneshot ExecStart=bash -c 'test %t = $$XDG_RUNTIME_DIR' ExecStart=bash -c 'test %S = %h/.local/state' ExecStart=bash -c 'test %C = %h/.cache' ExecStart=bash -c 'test %L = %h/.local/state/log' ExecStart=bash -c 'test %E = %h/.config'