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.
15 lines
262 B
INI
15 lines
262 B
INI
2 years ago
|
#
|
||
|
# 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
|