1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-24 13:46:18 +00:00
Lakka-LibreELEC/projects/L4T/packages/systemd/system.d/machine-id.service
2022-04-23 21:36:57 +02:00

15 lines
313 B
Desktop File

[Unit]
Description=Setup machine-id
DefaultDependencies=no
Conflicts=shutdown.target
Before=systemd-journald.service systemd-tmpfiles-setup-dev.service shutdown.target
After=local-fs.target
[Service]
Type=oneshot
ExecStart=/usr/bin/systemd-machine-id-setup
RemainAfterExit=yes
[Install]
WantedBy=sysinit.target