distribution/packages/sysutils/systemd/system.d/userconfig.service
fewtarius 71b4a5cbb7
* Fix full factory reset issue on weston devices.
* Ensure userconfig setup runs after automount.
* Automount now places a readme in /storage/roms with instructions to create game directories.
* Pico 8 autostart script no longer creates the directory.
2024-01-12 12:20:37 +00:00

13 lines
271 B
Desktop File

[Unit]
Description=Setup User config dir
DefaultDependencies=no
After=systemd-tmpfiles-setup.service jelos-automount.service
[Service]
Type=oneshot
ExecStart=/usr/bin/userconfig-setup
RemainAfterExit=yes
StandardOutput=journal+console
[Install]
WantedBy=sysinit.target