You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iso/crystal/airootfs/etc/systemd/system/crystal-gschema.service

15 lines
262 B
INI

#
# SPDX-License-Identifier: GPL-3.0-or-later
[Unit]
Description=Builds Crystal ISO GSchemas
Before=gdm.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
[Install]
WantedBy=graphical.target