From 8cf5b7f7ded6c9b2d3c033c50649203414307619 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Mon, 9 Mar 2026 16:43:04 +0100 Subject: [PATCH] Create firstboot-cleanup.service --- files/usr/lib/systemd/system/firstboot-cleanup.service | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 files/usr/lib/systemd/system/firstboot-cleanup.service diff --git a/files/usr/lib/systemd/system/firstboot-cleanup.service b/files/usr/lib/systemd/system/firstboot-cleanup.service new file mode 100644 index 0000000..c890950 --- /dev/null +++ b/files/usr/lib/systemd/system/firstboot-cleanup.service @@ -0,0 +1,6 @@ +[Unit] +Description=Remove firstboot marker + +[Service] +Type=oneshot +ExecStart=/usr/bin/rm -f /etc/myos/firstboot