0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-08-17 22:13:51 +00:00
Files
Lakka-LibreELEC/packages/sysutils/systemd/system.d/envconfig.service
2019-12-18 00:49:13 +00:00

13 lines
238 B
Desktop File

[Unit]
Description=Generate system-wide /etc/environment file
DefaultDependencies=no
After=systemd-tmpfiles-setup.service
[Service]
Type=oneshot
ExecStart=/usr/bin/environment-setup
RemainAfterExit=yes
[Install]
WantedBy=sysinit.target