mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 13:46:18 +00:00
13 lines
216 B
Desktop File
13 lines
216 B
Desktop File
[Unit]
|
|
Description=Setup User config dir
|
|
DefaultDependencies=no
|
|
After=systemd-tmpfiles-setup.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/userconfig-setup
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|