1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-11 04:58:19 +03:00

9 lines
159 B
Plaintext
Raw Normal View History

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)
')