mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 13:46:18 +00:00
15 lines
313 B
Desktop File
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
|