私の日記を見ると、次の項目が表示されます。
systemd[1]: [/etc/systemd/system/my-installer.service:12] Unknown lvalue 'ConditionFirstBoot' in section 'Service'
systemd[1]: [/etc/systemd/system/myl-installer.service:13] Unknown lvalue 'ConditionPathExists' in section 'Service'
答え1
これはあなたのサービスに
ConditionFirstBoot=
ConditionPathExists=
[Service]
単位セクションで。そのセクションになければなりません[Unit]
。