blob: 3e2b0c2689ed6954275f2d1ec4c2e0ea30487327 [file] [log] [blame]
[Unit]
Description=Delete recipe database used by osconfig-agent before it starts
Before=google-osconfig-agent.service
[Service]
Type=oneshot
ExecStart=/bin/rm -f /var/lib/google/osconfig_recipedb
RemainAfterExit=yes
[Install]
WantedBy=google-osconfig-agent.service