1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-01 05:47:04 +03:00

10 lines
204 B
Plaintext
Raw Normal View History

# SPDX-License-Identifier: LGPL-2.1-or-later
2016-01-31 09:01:43 +00:00
template(`systemd_test_base_template', `
gen_require(`
attribute systemd_test_domain_type;
')
type $1_t, systemd_test_domain_type;
domain_type($1_t)
')