11 lines
208 B
Desktop File
11 lines
208 B
Desktop File
[Unit]
|
|
Description=Generate locales using locale-gen
|
|
Before=display-manager.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
ExecStart=/usr/local/bin/generate_locale
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|