Hide/show transcript button in the player - Do not request transscript when property is null in the document request
class systemd {
Exec {
refreshonly => true,
path => $::path,
}
exec {
'systemctl-daemon-reload':
command => 'systemctl daemon-reload',
}
exec {
'systemd-tmpfiles-create':
command => 'systemd-tmpfiles --create',
}
}