mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
template(`systemd_test_base_template', `
|
|
gen_require(`
|
|
attribute systemd_test_domain_type;
|
|
')
|
|
|
|
type $1_t, systemd_test_domain_type;
|
|
domain_type($1_t)
|
|
')
|